Skip to content

Commit c187cab

Browse files
committed
Fix typo
1 parent 5627b53 commit c187cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openfermion/contrib/representability/_multitensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def synthesize_dual_basis(self):
9595
9696
:returns: sparse matrix
9797
"""
98-
# go throught the dual basis list and synthesize each element
98+
# go through the dual basis list and synthesize each element
9999
dual_row_indices = []
100100
dual_col_indices = []
101101
dual_data_values = []

0 commit comments

Comments
 (0)