-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nwchem tests 1.0 + minor fixes #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice addition, great job! There are just a couple changes to be made.
Fixed changes
I think I fixed everything now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for the revision. There a small typo, but you can correct it in a future PR.
@@ -450,11 +450,13 @@ def to_xtb(self): | |||
|
|||
def to_nwchem(self): | |||
ids_str = " ".join([str(i) for i in self.ids]) | |||
converstion_factor = 1.00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type in "conversion"
No description provided.