We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e62172 commit 82fbb7dCopy full SHA for 82fbb7d
qiskit_addon_sqd/fermion.py
@@ -117,7 +117,6 @@ def solve_fermion(
117
else:
118
ci_strs = bitstring_matrix_to_ci_strs(bitstring_matrix, open_shell=open_shell)
119
ci_strs = _check_ci_strs(ci_strs)
120
- shift = np.float64(shift)
121
122
# Get hamming weights of each half of the first CI str. All CI strs should share the same hamming weight
123
num_up = format(ci_strs[0][0], "b").count("1")
0 commit comments