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
MDAnalysis.units
In units.py, the key "Boltzman_constant" should be spelt "Boltzmann_constant".
units.py
"Boltzman_constant"
"Boltzmann_constant"
The constant is obtained through constants["Boltzman_constant"].
constants["Boltzman_constant"]
from MDAnalysis.units import constants print(constants["Boltzman_constant"])
python -V
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected behavior
In
units.py
, the key"Boltzman_constant"
should be spelt"Boltzmann_constant"
.Actual behavior
The constant is obtained through
constants["Boltzman_constant"]
.Code to reproduce the behavior
Current version of MDAnalysis
python -V
)? 3.11.3The text was updated successfully, but these errors were encountered: