Historique | Voir | Annoter | Télécharger (4,67 ko)
Added read_coords function to read coordinates resulting from finished calculations.
Allow to convert, to rdkit.Mol object, xyz files containing multiple geometries, taking into consideration only the last one.
Changed the number of conformers for which to warn the user to be greater than 1 and not 0
Added a warning when a mol object with more than one conformer is parsed to the rdkit_mol_to_ase_atoms function. Extended confs_to_mol_list documentation
Moved confs_to_mol_list function from isolated.py to formats.py module and generalised the calculations functions to be able to work with no matter which kind of calculation
Changed logging of formats.py from info to debug severity level.
Disabled the removal of hydrogens when using rdkit sdl mol file reader. Now, rdkit mol object contain hydrogens explicitly.
Moved logger to a global variable
Changed the read_coords.py module name to formats.py which states more clearly the purpose of the module.