Skip to content
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

Calculations using kappa #101

Closed
Petlas opened this issue May 12, 2017 · 5 comments
Closed

Calculations using kappa #101

Petlas opened this issue May 12, 2017 · 5 comments

Comments

@Petlas
Copy link

Petlas commented May 12, 2017

I would like to draw your attention to an error that pops up when running calculations.
AttributeError: 'Amber' object has no attribute 'imptors'.

Please have a look into it and advice on how to over come the error.

@ajkerr0
Copy link
Owner

ajkerr0 commented May 12, 2017

Thanks for raising the issue. Can you tell me the code you are running that raises this error?

@Petlas
Copy link
Author

Petlas commented May 12, 2017 via email

@ajkerr0
Copy link
Owner

ajkerr0 commented May 12, 2017

Try this temporary fix: Add a line under amber = kappa.Amber() that reads amber.imptors = False.

The error is that one part of the program expects an imptors attribute for forcefield objects but they are currently not implemented. I will look for a permanent solution in time.

@Petlas
Copy link
Author

Petlas commented May 12, 2017 via email

@ajkerr0
Copy link
Owner

ajkerr0 commented May 13, 2017

My latest change fixes this problem. Thanks again for bringing it to my attention! It was a huge oversight by me that the code wasn't left in running condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants