Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occupations interface #160

Merged
merged 12 commits into from
Jun 10, 2024
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QuantumOpticsBase"
uuid = "4f57444f-1401-5e15-980d-4471b28d5678"
version = "0.4.21"
version = "0.4.22"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
2 changes: 1 addition & 1 deletion src/QuantumOpticsBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export Basis, GenericBasis, CompositeBasis, basis,
#nlevel
NLevelBasis, transition, nlevelstate,
#manybody
ManyBodyBasis, fermionstates, bosonstates,
ManyBodyBasis, FermionBitstring, fermionstates, bosonstates,
manybodyoperator, onebodyexpect,
#metrics
tracenorm, tracenorm_h, tracenorm_nh,
Expand Down
Loading
Loading