Molecule.from_ase_atoms()
does not pass kwargs appropriately
#4320
Labels
Molecule.from_ase_atoms()
does not pass kwargs appropriately
#4320
Python version
3.12
Pymatgen version
2025.3.10
Operating system version
No response
Current behavior
The
Molecule.from_ase_atoms
method does not accept dedicated keyword arguments for theMolecule
class. I demonstrate this below:The above returns:
However, the following works as expected:
This is not a hard patch. I personally can't fix it at the moment though. PRs welcome!
The text was updated successfully, but these errors were encountered: