Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Nov 3, 2024
1 parent a778152 commit 75199d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tenet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export Quantum, ninputs, noutputs, inputs, outputs, sites, nsites

include("Lattice.jl")

include("Ansatz/Ansatz.jl")
include("Ansatz.jl")
export Ansatz
export socket, Scalar, State, Operator
export boundary, Open, Periodic
Expand Down

0 comments on commit 75199d9

Please sign in to comment.