Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 committed Mar 27, 2023
1 parent 68e5a4f commit f9916d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/specialitensornetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ end

"""Build the wavefunction whose norm is equal to Z of the classical ising model
s needs to have site indices in this case!"""
function ising_network_state(
eltype::Type, s::IndsNetwork, beta::Number; h::Number=0.0
)
function ising_network_state(eltype::Type, s::IndsNetwork, beta::Number; h::Number=0.0)
return ising_network(s, 0.5 * beta; h)
end

Expand Down

0 comments on commit f9916d5

Please sign in to comment.