SuperfluidRotSpec.jl

Bosons/Fermions Superfluid problem with morden tools.
Author GDufenshuoo
Popularity
1 Star
Updated Last
1 Year Ago
Started In
March 2023

SuperfluidRotSpec

We can begin with An Atom Model: Li

N = 3
B = 2^10
T = 0.1
Z = 3
eꜛ = 2
"""Atom_Model(N::Int, B::Int, T::Float64, Z::Int, eꜛ::Int;U::Unit{Float64}=Atomicᵁ)"""
Problem = Atom_Model(N,B,Z,eꜛ,T)
"""runHMC(Problem,warmup::Int,Num::Int)"""
result = runHMC(Problem,3,100)