Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 748 Bytes

File metadata and controls

20 lines (12 loc) · 748 Bytes

Note: This wss an interesting project, but I am starting over with a different / better framework for this concept. Archiving the repo as of Feb 2025

dDimensionalSimulation

Aa repository that implements simulations in dimension d, where d is specified at compilation time. Alter the dimension by setting the number in the root CMakeLists.txt

Many of the functions are lightly tested and lightly documented. A fork of this ws turned into open Qmin, but many of the MD-functions here have yet to be used in publication-quality research.

DOI

DOI

Basic compilation

see "INSTALLATION.md" for a few more details.

  • $ cd build/
  • $ cmake ..
  • $ make