MonteCarlo.jl
MonteCarlo.jl copied to clipboard
Classical and quantum Monte Carlo simulations in Julia
Create input xml and parse it. Could use https://github.com/crstnbr/dqmc/blob/master/lattices/gen_square_lattice_xml.jl.
Except for maybe the configurations, we do not need to store the full time series.
Simulate attractive Hubbard model as in https://journals.aps.org/prb/abstract/10.1103/PhysRevB.99.161120 and show s-wave SC phase by (3D) plotting equal-time pairing correlations.
After https://github.com/JuliaRegistries/General/pull/2640 is merged, the installation instructions simplify to ```julia ] add https://github.com/crstnbr/MonteCarlo.jl ``` (both StableDQMC and MonteCarloObservable are registered then)
This pull request sets the compat entry for the `Statistics` package to `1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
As things are now, the field represents most of the interaction, with only the prefactor being held by the model. The model mainly produces the hopping matrix and contains the...
I am not sure whether we can implement a multi-orbital model with its specified interaction in current version of package. For example, given orbital A at a particular lattice position,...