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)
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.