Skip to content

Commit

Permalink
Fix indent on hardcoded bits
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Aug 6, 2024
1 parent eccf1e5 commit 3fad571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebcc/codegen/bootstrap_CCSD.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
if spin == "ghf" or spin == "uhf":
with open(f"_{spin[0].upper()}CCSD_moments.dat", "r") as f:
for line in f.readlines():
codegen.write(line.strip())
codegen.write(line)

for codegen in code_generators.values():
codegen.postamble()
Expand Down

0 comments on commit 3fad571

Please sign in to comment.