Skip to content

lch/dqmc_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Jupyter Notebook on DQMC

This is a naive implement of DQMC(Determinant Quantum Monte-Carlo) method.

Usage

To use this Notebook, you should have Julia installed at least. Visit Julia download website for more information to install.

After Julia installed on your system, install IJulia to enable Julia kernel in Jupyter.

] add IJulia

Start Jupyter Notebook

using IJulia
notebook()

If Jupyter notebook is not installed on your system. This step will install a miniconda environment as backend. This won't conflict with your other Python install. For more information, visit IJulia's website.

If you don't prefer Jupyter Notebook, you can run it with julia REPL.

include("main.jl")

main()

License

This project is licensed under GNU GPLv3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published