Skip to content

Commit 3f1dd72

Browse files
committed
bump version and tighten type bound for ExtendedHubbardReal1D
1 parent e13a4fe commit 3f1dd72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Rimu"
22
uuid = "c53c40cc-bd84-11e9-2cf4-a9fde2b9386e"
33
authors = ["Joachim Brand <j.brand@massey.ac.nz>"]
4-
version = "0.11.1-dev"
4+
version = "0.11.1"
55

66
[deps]
77
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"

src/Hamiltonians/ExtendedHubbardReal1D.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Implements the extended Hubbard model on a one-dimensional chain in real space.
1515
* `t`: the hopping strength
1616
1717
"""
18-
struct ExtendedHubbardReal1D{TT,A<:AbstractFockAddress,U,V,T} <: AbstractHamiltonian{TT}
18+
struct ExtendedHubbardReal1D{TT,A<:SingleComponentFockAddress,U,V,T} <: AbstractHamiltonian{TT}
1919
add::A
2020
end
2121

0 commit comments

Comments
 (0)