Skip to content

Commit

Permalink
Merge pull request sympy#9166 from Newman101/master
Browse files Browse the repository at this point in the history
Amended typo in coupled_cluster.py
  • Loading branch information
debugger22 committed Mar 17, 2015
2 parents 18b80d0 + 15ff615 commit 06b7935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intermediate/coupled_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
comm4 = evaluate_deltas(comm4)
comm4 = substitute_dummies(comm4)

print("construct Hausdoff expansion...")
print("construct Hausdorff expansion...")
eq = H + comm1 + comm2/2 + comm3/6 + comm4/24
eq = eq.expand()
eq = evaluate_deltas(eq)
Expand Down

0 comments on commit 06b7935

Please sign in to comment.