Closed LaurinFischer closed 2 years ago
This PR updates the parsing of Fermionic and Spin operators to the syntax of the current version of qiskit nature (0.4.5)
.reduce()
FermionicOp
SpinOp
.simplify()
to_list()
Summary
This PR updates the parsing of Fermionic and Spin operators to the syntax of the current version of qiskit nature (0.4.5)
List of changes
.reduce()
method ofFermionicOp
andSpinOp
with.simplify()
FermionicOp
to a list viato_list()