-
Notifications
You must be signed in to change notification settings - Fork 917
[Breaking] from_ase_atoms
constructor for (I)Structure/(I)Molecule
returns the corresponding type
#4321
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
[Breaking] from_ase_atoms
constructor for (I)Structure/(I)Molecule
returns the corresponding type
#4321
Conversation
ae13e58
to
bd29d18
Compare
bd29d18
to
3ee8056
Compare
2234761
to
b079afa
Compare
338aa8f
to
11cf634
Compare
11cf634
to
f269648
Compare
from_ase_atoms
for Molecule
from_ase_atoms
from ABC SiteCollection
to IStructure/IMolecule
from_ase_atoms
from ABC SiteCollection
to IStructure/IMolecule
from_ase_atoms
method from ABC SiteCollection
to IStructure/IMolecule
4538114
to
e4c8f31
Compare
from_ase_atoms
method from ABC SiteCollection
to IStructure/IMolecule
from_ase_atoms
constructor for (I)Structure/(I)Molecule
returns the corresponding type
from_ase_atoms
constructor for (I)Structure/(I)Molecule
returns the corresponding typefrom_ase_atoms
constructor for (I)Structure/(I)Molecule
returns the corresponding type
b5ccd2a
to
48de523
Compare
60c97da
to
44cf8fc
Compare
This looks good to me. I will give this through the end of the week for others to chime in, and if there's nothing I will do a final review and merge over the weekend. |
9c45048
to
8170523
Compare
|
||
However, `pymatgen` is also used as a library by other tools, and as such breaking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume hard wrap in markdown is not necessary, removed them here and let text editors handle line wraps automatically. Correct me if I'm wrong.
Thanks, @DanielYang59! Merging. |
Ah, looks like I don't have permission to merge until the CI passes... |
No rush at all! I'm working on fixing these new linting errors in #4327 |
Merged |
Thanks! |
Summary
from_ase_atoms
forMolecule
, to closeMolecule.from_ase_atoms()
does not pass kwargs appropriately #4320