Skip to content

Commit 3877c20

Browse files
committed
Fixed what appears to be a strange formatter bug in test_optimization.jl
1 parent fb3a614 commit 3877c20

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/lib/ITensorMPS/test/ext/ITensorMPSChainRulesCoreExt/test_optimization.jl

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -125,30 +125,6 @@ include(joinpath(@__DIR__, "utils", "circuit.jl"))
125125

126126
@testset "State preparation (MPS)" begin
127127
for gate in ["Ry"]
128-
#="Rx", =# # The Rayleigh quotient to minimize
129-
130-
# The Rayleigh quotient to minimize
131-
132-
# The variational circuit we want to optimize
133-
134-
# Create the target state
135-
136-
# The Rayleigh quotient to minimize
137-
138-
# The Rayleigh quotient to minimize
139-
140-
# The variational circuit we want to optimize
141-
142-
# Create the target state
143-
144-
# The Rayleigh quotient to minimize
145-
146-
# The Rayleigh quotient to minimize
147-
148-
# The variational circuit we want to optimize
149-
150-
# Create the target state
151-
152128
nsites = 4 # Number of sites
153129
nlayers = 2 # Layers of gates in the ansatz
154130
gradtol = 1e-3 # Tolerance for stopping gradient descent

0 commit comments

Comments
 (0)