Skip to content

Commit 414d1ec

Browse files
authored
Merge branch 'main' into update-requirements
2 parents 172e812 + 25397b7 commit 414d1ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/openfermion/hamiltonians/richardson_gaudin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
# limitations under the License.
1212
"""This module constructs Hamiltonians of the Richardson Gaudin type."""
1313

14-
from itertools import chain, product
14+
from itertools import product
1515
import numpy
16-
from openfermion.ops.representations import PolynomialTensor, get_tensors_from_integrals
1716
from openfermion.ops.representations import DOCIHamiltonian
18-
from openfermion.ops import QubitOperator
1917

2018

2119
class RichardsonGaudin(DOCIHamiltonian):

0 commit comments

Comments
 (0)