Skip to content

Commit 82fbb7d

Browse files
committed
peer review
1 parent 0e62172 commit 82fbb7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qiskit_addon_sqd/fermion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def solve_fermion(
117117
else:
118118
ci_strs = bitstring_matrix_to_ci_strs(bitstring_matrix, open_shell=open_shell)
119119
ci_strs = _check_ci_strs(ci_strs)
120-
shift = np.float64(shift)
121120

122121
# Get hamming weights of each half of the first CI str. All CI strs should share the same hamming weight
123122
num_up = format(ci_strs[0][0], "b").count("1")

0 commit comments

Comments
 (0)