You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A minor breaking release with mostly new functionality and minor changes in behaviour that are strictly breaking, but most old scripts should run without changes.
Fock states can be constructed by passing occupation numbers directly into constructors for BoseFS, FermiFS, and OccupationNumberFSNumber non-conserving Fock states #234
Rules related to the initiator method are now exported and can be passed into lomc! with a keyword argument Service update: Initiators #236
Benchmark tune file updated to work with latest package version
Breaking changes
BoseFS(m::Integer) was previously interpreted as the vacuum state (zero particles) with m modes, but is now interpreted as a state with m particles in a single mode. Use BoseFS(m::Integer, 1=>0) to construct the vacuum state with m modes.
1da9998
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
A minor breaking release with mostly new functionality and minor changes in behaviour that are strictly breaking, but most old scripts should run without changes.
New features
OccupationNumberFS
Number non-conserving Fock states #234SuperfluidCorrelator
andStringCorrelator
for 1D Hubbard chains SuperfluidCorrelator and StringCorrelator #227Changed behaviour
BoseFS
,FermiFS
, andOccupationNumberFS
Number non-conserving Fock states #234lomc!
with a keyword argument Service update: Initiators #236Bug fixes
single_particle_density
, Fix bug withsingle_particle_density
, integer vectors andCompositeFS
#225BernoulliSpawning
, Fix probability in Bernoulli spawning #233Breaking changes
BoseFS(m::Integer)
was previously interpreted as the vacuum state (zero particles) withm
modes, but is now interpreted as a state withm
particles in a single mode. UseBoseFS(m::Integer, 1=>0)
to construct the vacuum state withm
modes.1da9998
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/99150
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: