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
Related to #4748
The following worked before we introduced the new guesser API:
import MDAnalysis as mda import numpy as np a = np.array([ [0., 0., 150.], [0., 0., 150.], [200., 0., 150.], [0., 0., 150.], [100., 100., 150.], [200., 100., 150.], [0., 200., 150.], [100., 200., 150.], [200., 200., 150.] ]) u = mda.Universe(a, n_atoms=9)
However, as of the new guesser API, this will fail with due to a lack of atom names.
The text was updated successfully, but these errors were encountered:
lilyminium
Successfully merging a pull request may close this issue.
Related to #4748
The following worked before we introduced the new guesser API:
However, as of the new guesser API, this will fail with due to a lack of atom names.
The text was updated successfully, but these errors were encountered: