Skip to content

Commit 86fca42

Browse files
Merge branch 'master' into feat/cluster-qos
2 parents a0c9a67 + 149332f commit 86fca42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/SchaMinimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def minimization_step(self, custom_function_gradient = None):
380380
# Apply the sum rule at gamma
381381
CC.symmetries.CustomASR(dyn_grad[0,:,:])
382382
else:
383-
qe_sym.SymmetrizeFCQ(dyn_grad, np.array(self.dyn.q_stars), asr = "custom")
383+
qe_sym.SymmetrizeFCQ(dyn_grad, self.dyn.q_stars, asr = "custom")
384384
#qe_sym.SymmetrizeFCQ(err, np.array(self.dyn.q_stars), asr = "custom")
385385

386386
# Just divide the error by the square root the number of symmetries

0 commit comments

Comments
 (0)