Skip to content

phyzhj/topocm_content

This branch is 480 commits behind topocm/topocm_content:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1fd6da · May 16, 2016
May 16, 2016
Apr 4, 2016
Mar 7, 2016
Feb 15, 2016
Apr 24, 2016
Feb 10, 2016
May 9, 2016
Apr 19, 2016
Apr 25, 2016
May 7, 2016
Feb 23, 2016
Feb 25, 2016
Feb 28, 2016
Mar 7, 2016
Mar 14, 2016
Apr 3, 2016
Mar 28, 2016
Apr 18, 2016
Jan 5, 2016
Dec 8, 2015
Jan 29, 2015
Dec 18, 2015
Feb 17, 2016
Feb 19, 2016
Dec 18, 2015
Mar 30, 2016

Repository files navigation

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.

About

Course on topology in condensed matter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 72.5%
  • CSS 16.0%
  • Python 9.7%
  • JavaScript 1.1%
  • Smarty 0.4%
  • HTML 0.2%
  • Shell 0.1%