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
Hartree is listed in the documentation: https://numbat.dev/doc/list-units.html. However, it is impossible to use it in numbat:
>>> 1 hartree error: while type checking ┌─ <input:13>:1:3 │ 1 │ 1 hartree │ ^^^^^^^ unknown identifier │ = Did you mean 'three'?
I'm using Numbat 1.15.0.
The text was updated successfully, but these errors were encountered:
I think you need to use units::hartree. We should document that better and potentially change it.
use units::hartree
Sorry, something went wrong.
It works. Thanks for the quick response! Should I leave this issue open as a reminder to update the documentation, or would you prefer I close it?
Let's leave it open
No branches or pull requests
Hartree is listed in the documentation: https://numbat.dev/doc/list-units.html. However, it is impossible to use it in numbat:
I'm using Numbat 1.15.0.
The text was updated successfully, but these errors were encountered: