fix: setting simplify sequence = R
This commit is contained in:
@@ -234,6 +234,7 @@ if not __name__ == "__main__":
|
|||||||
where=sites,
|
where=sites,
|
||||||
backend=self.backend,
|
backend=self.backend,
|
||||||
optimize=self.contractions_optimizer,
|
optimize=self.contractions_optimizer,
|
||||||
|
simplify_sequence="R",
|
||||||
)
|
)
|
||||||
|
|
||||||
expectation_value = expectation_value + coeff * exp_values
|
expectation_value = expectation_value + coeff * exp_values
|
||||||
|
|||||||
Reference in New Issue
Block a user