-
Notifications
You must be signed in to change notification settings - Fork 1
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
has attribute 'in_units_of' #2
Comments
Hi, thanks for the feedback. When is this happening exactly? Can you share the code that is causing this to happen? That said, we should probably update the environment file since there has been some new releases for the dependencies that should be reflected in this file. |
in this two line code |
I see, this probably comes from a difference between versions of the The scripts in this repo expect an older (and now unsupported) version of the toolkit, which is As a workaround for the snippet of code you shared you could do something like the following ligand_positions = ligand_positions.to_openmm().in_units_of(unit.nanometers)
complex_positions = unit.Quantity(np.zeros([n_atoms_total, 3]), unit=unit.nanometers) which is just adding |
Hello, I prepare the environment as envs/environment-0.3.0-v3.yaml, but I meet the problem as
how can I deal with it?
The text was updated successfully, but these errors were encountered: