Statistiques
| Branche: | Tag: | Révision :

dockonsurf / modules / formats.py @ cdc1edbe

Historique | Voir | Annoter | Télécharger (11,32 ko)

# Date Auteur Commentaire
cdc1edbe 22/11/2020 17:56 Carles Martí

Implemented read coordinates and energies for vasp calculation.

748a6036 21/11/2020 20:21 Carles Martí

molec_file supports POSCAR/CONTCAR files.

4387ce69 29/10/2020 13:19 Carles Marti

Removed TODO

f02e613b 16/09/2020 18:03 Carles Marti

Removed warning when dealing with non-3D molecules.

587dca22 11/09/2020 19:25 Carles Marti

Added log register to output the normal vector to the surface at the given site when calculated with asann. Added TODOs

e1c5f171 06/08/2020 16:40 Carles Marti

Corrected bug: Coordinates were not stored in the list in formats.py. Refactored screening.py file.

9371fd91 06/08/2020 15:58 Carles Marti

Moved the change of units (Ha to eV) to read_energy_cp2k in formats.py

fd2384fc 06/08/2020 15:36 Carles Marti

Change on function names and documentation.

e7d9c7e8 06/08/2020 14:17 Carles Marti

Corrected bug: read_coords_cp2k expected a file as argument, and directory was parsed, now parsing file.

d5c9605d 06/08/2020 13:52 Carles Marti

Corrected bug: missing and wrong arguments for read_coords_cp2k and read_energy_cp2k respectively.

ed01b5b7 06/08/2020 13:14 Carles Marti

Made the read_coords, read_energies function more general, robust and readable and transfered the actual work to be done by code-specific functions (read_coords_cp2k and read_energy_cp2k).

c6e71e46 05/08/2020 13:36 Carles Marti

Made the read_coords function more robust and readable.

09c3325a 31/07/2020 16:43 Carles Marti

A maximum number of jobs can be set to, not only the pending ones, but now also the running ones.

90819cc3 30/06/2020 17:35 Carles Marti

Included extra arguments for the proper working of special atoms.

cc92f6ee 26/06/2020 13:45 Carles Marti

Implemented add_special_atoms which Allows to use custom elements with symbols not in the periodic table.

695dcff8 26/06/2020 09:19 Carles Marti

Added punctuation marks at the end of every log messages.

21e2cca5 09/06/2020 17:41 Carles Marti

When a SDF mol file has no explicit hydrogen atoms it adds them before converting it to the adequate format.

af3e2441 08/06/2020 18:07 Carles Marti

Changed the import statement of internal libraries. Added logging to utilities.py

f8c4eafe 07/06/2020 20:46 Carles Marti

Implemented function to read energies of a set of finished calculations. Implemented auxiliary function equivalent to bash tail. Reformat blank spaces and add TODO lines

b6f47f2d 07/06/2020 17:01 Carles Marti

Added read_coords function to read coordinates resulting from finished calculations.

439ce5f7 06/06/2020 18:31 Carles Marti

Allow to convert, to rdkit.Mol object, xyz files containing multiple geometries, taking into consideration only the last one.

4933cb8a 23/05/2020 19:14 Carles Marti

Changed the number of conformers for which to warn the user to be greater than 1 and not 0

9510666f 23/05/2020 18:36 Carles Marti

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

f3004731 18/05/2020 21:42 Carles Marti

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

8d08beb4 11/05/2020 23:28 Carles Marti

Changed logging of formats.py from info to debug severity level.

b9551fc2 27/04/2020 20:49 Carles Marti

Disabled the removal of hydrogens when using rdkit sdl mol file reader. Now, rdkit mol object contain hydrogens explicitly.

89a980fc 27/04/2020 20:48 Carles Marti

Moved logger to a global variable

83f022c9 21/04/2020 15:37 Carles Marti

Changed the read_coords.py module name to formats.py which states more clearly the purpose of the module.