Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 899 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 899 Bytes

CORN (Code of Relaxing Networks)

Visit the CORN Wiki! This code generates and minimizes the energy of a lattice/network:

Required Libraries

See requirements.txt

These can be installed with pip install -r requirements.txt.

An older, but optimized (including GPU-accelerated) version of the code can be found in the optimized branch, but this requires installation of additional libraries

Running CORN

python main.py

main.py will requires a folder named outputs in the same directory as it. It will then try to create a folder based on the initial time run and subsequent subfolders for each bond occupation probability.

Alternatively, there are pre-existing bash scripts which can perform batch runs