A collection of Wolfram Language packages for Quantum Many-Body (QMB) physics and Quantum Walks.
To load the packages directly from your local library path, clone this repository to your local machine and use the Get command pointing to the respective init.m files:
(* Load Quantum Many-Body package *)
Get["path/to/libs/QMB/Kernel/init.m"];
(* Load Quantum Walks package *)
Get["path/to/libs/QuantumWalks/Kernel/init.m"];- Version:
- QMB v0.2.0
- Creator: Jose Alfredo de Leon.
- Acknowledgments: Spin chain routines from
SpinChain.mby carlospgmat03 have been merged and optimized intoQMB/ManyBody/Spinchains.wlof this repository.