Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Oct 28, 2024
1 parent bcd1dd0 commit 762a495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_addon_sqd/fermion.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def solve_fermion(

# Compute total spin
spin_squared = myci.spin_square(sci_vec, norb, (num_up, num_dn))[0]

# Convert the PySCF SCIVector to internal format
sci_state = SCIState(
amplitudes=np.array(sci_vec), ci_strs_a=sci_vec._strs[0], ci_strs_b=sci_vec._strs[1]
Expand Down

0 comments on commit 762a495

Please sign in to comment.