Skip to content

deleonja/libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum physics toolbox

A collection of Wolfram Language packages for Quantum Many-Body (QMB) physics and Quantum Walks.


📦 Loading the packages

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"];

👤 Credits

  • Version:
    • QMB v0.2.0
  • Creator: Jose Alfredo de Leon.
  • Acknowledgments: Spin chain routines from SpinChain.m by carlospgmat03 have been merged and optimized into QMB/ManyBody/Spinchains.wl of this repository.