Skip to content

Commit be2fb24

Browse files
authored
Change ITensors.ITensorMPS to ITensorMPS (#9)
* Change ITensors.ITensorMPS to ITensorMPS * Bump to v0.1.8
1 parent b68ea54 commit be2fb24

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 = "ITensorGaussianMPS"
22
uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93"
33
authors = ["Matthew Fishman <[email protected]> and contributors"]
4-
version = "0.1.7"
4+
version = "0.1.8"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

src/gmps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Base: sortperm, size, length, eltype, conj, transpose, copy, *
22
using ITensors: alias
3-
using ITensors.ITensorMPS: ITensorMPS
3+
using ITensorMPS: ITensorMPS
44
abstract type AbstractSymmetry end
55
struct ConservesNfParity{T} <: AbstractSymmetry
66
data::T

0 commit comments

Comments
 (0)