Releases: yomichi/SpinMonteCarlo.jl
Releases · yomichi/SpinMonteCarlo.jl
v1.2.2
v1.2.1
v1.2.0
SpinMonteCarlo v1.2.0
- Update MCObservables (#25)
- Some operations for
VectorObservable
likevar
are corrected BinningObservable
is deprecated- Instead, use
obs = SimpleObservable()
andbinned = binning(obs)
binning
returns newSimpleObservable
with binnedbinning
takes one option,binsize::Int
ornumbins::Int
.binsize
is the size of each binnumbins
is the number of bins- If omitted,
binsize = floor(Int, sqrt(count(obs)))
is used
param
inrunMC(param::Parameter)
takes new optional keys,Binning size
andNumber of Bins
- Instead, use
- Operations for the mixture of
Jackknife
andJackknifeVector
are added
- Some operations for
Merged pull requests:
Closed issues:
- v1.1.0 (#21)
v1.1.0
SpinMonteCarlo v1.1.0
- New lattice, "J1J2 square lattice"
- J1-J2 Square lattice (J2 means next-nearest neighbor interaction)
- Custom post-process function of the observables can be passed as "Post Process" parameter
- Set compatible versions of deps more strictly
- Update CI/CD environments: migrate to GitHub Actions
Merged pull requests:
- Install TagBot as a GitHub Action (#8) (@JuliaTagBot)
- CompatHelper: bump compat for "SpecialFunctions" to "2.0" (#18) (@github-actions[bot])
- use GitHub actions (#19) (@yomichi)
- check Julia-LTS only on Ubuntu (#20) (@yomichi)
Closed issues:
v1.0.0
- change source tree structure
- change some APIs
- for example,
param["Lattice"]
is aString
, not aFunction
- generalize how to definite lattice
- added some lattice
- added some models