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
AtomsBuilder's rattle function currently breaks, when unitful conversion is required:
using AtomsBuilder using Unitful, UnitfulAtomic system = bulk(:Si) rattle!(system, 0.1) # works rattle!(system, 0.1u"angstrom") # works rattle!(system, 0.1u"bohr") # MethodError Pkg.status() # [f5cc8831] AtomsBuilder v0.2.0 # [a7773ee8] UnitfulAtomic v1.0.0
I can open a small PR to fix this, if it makes sense?
The text was updated successfully, but these errors were encountered:
yes please.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
AtomsBuilder's rattle function currently breaks, when unitful conversion is required:
I can open a small PR to fix this, if it makes sense?
The text was updated successfully, but these errors were encountered: