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

dockonsurf / tests @ c360028f

# Date Auteur Commentaire
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.

56290a13 25/06/2020 13:50 Carles Marti

Changed collision_bottom option name to min_coll_height

a3f617bc 24/06/2020 09:18 Carles Marti

Updated tests for reading norm_vect

821dca42 23/06/2020 11:08 Carles Marti

Check for options 'code', 'subm_script' is consistent with dry runs and running locally.

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

Changed input option from collision_bottom_z to collision_bottom

ab2d90e2 15/06/2020 08:46 Carles Marti

Added surf_file and molec_neigh_ctrs options to the input reading. Added hematite surface file to tests.

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.

fff3aab1 07/06/2020 17:42 Carles Marti

Moved get_rmsd from isolated.py to clustering.py and changed its functionality, now it expects a list of mol objects instead of a single mol object with multiple conformers in it.

56b8b9aa 23/05/2020 18:54 Carles Marti

Added cp2k.inp and cp2k.sub

597fccf0 23/05/2020 18:44 Carles Marti

Deleted test_confs_to_mol_list as now it is in test_formats.py.

4458d2b6 23/05/2020 18:41 Carles Marti

Added tests for 'confs_to_mol_list' and 'rdkit_mol_to_ase_atoms' functions. Reformated the import of modules in the test.

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

99afde40 19/05/2020 23:02 Carles Marti

Added the submission of jobs to the SGE batch queuing system

62576f52 03/05/2020 17:55 Carles Marti

mmff_opt_confs function allows to carry out single point energy calculations if max_iters is set to 0.

6609af5a 03/05/2020 11:55 Carles Marti

Implemented tests for the new functions

a5c74494 01/05/2020 17:49 Carles Marti

Revert "Changed rmsd for rms"

This reverts commit 5571316d

fa19b4bb 28/04/2020 16:18 Carles Marti

Added molec_file to wrong.inp

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.

972a5231 28/04/2020 16:10 Carles Marti

Added tests for functions in isolated.py

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.

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.

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

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