Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
william-galvin committed Dec 25, 2023
1 parent de6b82f commit 44e3b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcvqe/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main():
raise ValueError("Must specify --num-H if --random is used")

random_xyz({"H": args.num_H}, f.name)
print("Random H4 molecule generated:\n")
print(f"Random H{args.num_H} molecule generated:\n")
print(open(f.name).read())
print(linebreak)

Expand Down

0 comments on commit 44e3b9c

Please sign in to comment.