We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am wondering what the units of positions and energy are. I don't find such information either in README or in the documentation.
The text was updated successfully, but these errors were encountered:
Everything is in atomic units. I will add this information to the docs. Thanks for the hint.
In case you are working with coordinate files, there are also reader functions. See this example from the repo or these examples.
Sorry, something went wrong.
If you need to convert units, we have some basic tools in the tad_mctc dependency. You can use it like this:
tad_mctc
from tad_mctc import units onebohr = 1 print(f"{onebohr} bohr is equal to {onebohr*units.AU2AA} Angstrom.")
Successfully merging a pull request may close this issue.
Hi, I am wondering what the units of positions and energy are. I don't find such information either in README or in the documentation.
The text was updated successfully, but these errors were encountered: