Giter Site home page Giter Site logo

phyzhj / topocm_content Goto Github PK

View Code? Open in Web Editor NEW

This project forked from topocm/topocm_content

0.0 1.0 1.0 191.36 MB

Course on topology in condensed matter

Home Page: http://topocondmat.org

License: Other

Jupyter Notebook 72.55% Python 9.72% JavaScript 1.11% HTML 0.16% CSS 16.01% Shell 0.08% Smarty 0.37%

topocm_content's Introduction

The source materials for the EdX course "Topology in Condensed Matter: Tying Quantum Knots"

The latest stable version of the course is located at http://topocondmat.org.
We are currently reorganizing and updating the course materials, so that the repository is not functional in its current state.

Open these notebooks in Binder: Binder such that you can experiment with the code.

Development tip: shallow clone

Initially, this repository contained all the output of all computations, which means that its size is somewhat big (~300MB). In order to not download all the data, you can use the shallow cloning feature of git (at least v1.9) by using these or analogous commands:

mkdir topocm && cd topocm
git init
git remote add origin https://github.com/topocm/topocm_content.git # (Or the location of your fork)
git fetch --depth 1 origin +refs/tags/cleaned # Here we get the first commit that doesn't contain cruft
git fetch origin

The cleaned tag corresponds to the beginning of development that stores no output. Then you get a repository that does not contain any cruft data, and has a size of ~15MB.

topocm_content's People

Contributors

akhmerov avatar basnijholt avatar irfanphy avatar jaysau avatar laserroger avatar sebastianrubbert avatar tjol avatar torosdahl avatar

Watchers

 avatar

Forkers

gaoheng1015

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.