We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 172e812 + 25397b7 commit 414d1ecCopy full SHA for 414d1ec
src/openfermion/hamiltonians/richardson_gaudin.py
@@ -11,11 +11,9 @@
11
# limitations under the License.
12
"""This module constructs Hamiltonians of the Richardson Gaudin type."""
13
14
-from itertools import chain, product
+from itertools import product
15
import numpy
16
-from openfermion.ops.representations import PolynomialTensor, get_tensors_from_integrals
17
from openfermion.ops.representations import DOCIHamiltonian
18
-from openfermion.ops import QubitOperator
19
20
21
class RichardsonGaudin(DOCIHamiltonian):
0 commit comments