Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 537 Bytes

unbending.md

File metadata and controls

16 lines (10 loc) · 537 Bytes

unbending

Python Jupyter notebooks for reproducing results in the main text and the supplementary information.

  • Main.ipynb is used for reproducing figures/results in the main text.

  • SI.ipynb is used for reproducing results/figures in the supplementary information.

  • common.ipynb is the auxiliary file containing shared variables and functions for both Main.ipynb and SI.ipynb.

To use common.ipynb as a module, declare the following statement at the top of the code:

import import_ipynb
from common import *