diff --git a/Project.toml b/Project.toml index 252284c..1ec74af 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorGaussianMPS" uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93" authors = ["Matthew Fishman and contributors"] -version = "0.1.7" +version = "0.1.8" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" diff --git a/src/gmps.jl b/src/gmps.jl index 6d2e3a8..fe2141a 100644 --- a/src/gmps.jl +++ b/src/gmps.jl @@ -1,6 +1,6 @@ import Base: sortperm, size, length, eltype, conj, transpose, copy, * using ITensors: alias -using ITensors.ITensorMPS: ITensorMPS +using ITensorMPS: ITensorMPS abstract type AbstractSymmetry end struct ConservesNfParity{T} <: AbstractSymmetry data::T