Skip to content

Commit

Permalink
Fix minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Nov 27, 2024
1 parent ebba6c0 commit 3f2c966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Quantics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ITensors
using ITensors.SiteTypes: siteinds
import ITensors.NDTensors: Tensor, BlockSparseTensor, blockview
using ITensorMPS: ITensorMPS, MPS, MPO, AbstractMPS
using ITensorMPS: findsite, linkinds, linkind, findsites
using ITensorMPS: findsite, linkinds, linkind, findsites, truncate!

import SparseIR: Fermionic, Bosonic, Statistics
import LinearAlgebra: I
Expand Down

0 comments on commit 3f2c966

Please sign in to comment.