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

dockonsurf / tests / test_dos_input.py @ 96d422c7

Historique | Voir | Annoter | Télécharger (6,81 ko)

# Date Auteur Commentaire
f349bb54 30/11/2020 18:09 Carles Marti

Implemented the automatic generation of POTCAR files.

c25aa299 09/09/2020 17:56 Carles Marti

Implemented the possibility to chose the surface H acceptors

7dd94df7 03/09/2020 13:03 Carles Marti

Implemented Chemcat Angles

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.

4670488d 31/07/2020 15:30 Carles Marti

Changed min_confs option name to pre_opt which accept a turn_false_answer, uff and mmff.

b4b2f307 30/06/2020 11:08 Carles Marti

Implemented the possibility to dissociatie H atoms

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

Added punctuation marks at the end of every log messages.

5fb01677 25/06/2020 14:08 Carles Marti

Allow 'surf_norm_vect' to accept the shortcut values '-x' '-y' '-z' equivalent to [-1, 0, 0] [0, -1, 0] [0, 0, -1] respectively. Changed When min_coll_height is not False collision is checked only by checking the height of the atoms.

a3f617bc 24/06/2020 09:18 Carles Marti

Updated tests for reading norm_vect

0dfa15ff 16/06/2020 12:50 Carles Marti

Changed input option from collision_bottom_z to collision_bottom

c845c6f2 11/06/2020 19:05 Carles Marti

Included surf_file, molec_neigh_ctrs and surf_norm_vect as input parameters

4533134f 11/06/2020 18:20 Carles Marti

str2list accepts float numbers if it is called with the func=float argument.

65039b51 23/05/2020 18:40 Carles Marti

Added tests for the reading of subm_script and project_name options. Changed tests/isolated.inp to tests/cp2k.inp as its content is irrelevant for testing. Reformated the import of modules in the test.

03fab2dd 23/05/2020 18:22 Carles Marti

Check if the input file of the code used for calculations is readable by the relevant library. Removed project_name from the mandatory options in Global.

9fd1daa6 20/05/2020 00:23 Carles Marti

Removed non used options from input and added new option on tests

a5c74494 01/05/2020 17:49 Carles Marti

Revert "Changed rmsd for rms"

This reverts commit 5571316d

b1f6e69d 28/04/2020 16:11 Carles Marti

Extended gen_confs documentation and incorporated the possibility to choose whether molecule conformers should be minimum energy conformers or not.

5571316d 25/04/2020 11:29 Carles Marti

Changed rmsd for rms

95dc2c8e 21/04/2020 19:22 Carles Marti

Included, the necessity to specify the molecule file to be adsorbed, in the input.

4607d5ea 14/04/2020 18:59 Carles Marti

Included tests to the implemented functions to check new commits don't mess things up