Skip to content

Commit

Permalink
Update circuit_knitting/forging/cholesky_decomposition.py
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Johnson <[email protected]>
  • Loading branch information
SaashaJoshi and caleb-johnson authored Jun 17, 2023
1 parent 4845f54 commit 1566a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_knitting/forging/cholesky_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import numpy as np

from qiskit.quantum_info import Pauli
from qiskit.quantum_info.operators.symplectic import SparsePauliOp
from qiskit.quantum_info import SparsePauliOp
from qiskit_nature.second_q.problems import ElectronicStructureProblem
from qiskit_nature.second_q.mappers import JordanWignerMapper
from qiskit_nature.second_q.operators import (
Expand Down

0 comments on commit 1566a9b

Please sign in to comment.