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

dockonsurf / modules / dos_input.py @ 8af49f6d

Historique | Voir | Annoter | Télécharger (25,56 ko)

# Date Auteur Commentaire
8af49f6d 24/06/2020 11:34 Carles Marti

Moved cluster_magns from Isolated to Screening section

a7c7b43e 23/06/2020 11:35 Carles Marti

Included the ads_algo option in the input file. Fixed the default value of surface normal vector.

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

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

d4bedc18 17/06/2020 11:18 Carles Marti

Function get_surf_norm_vect returns a numpy.ndarray instead of a list. Function get_pts_per_angle checks that the number of points per angle to be positive. Added TODO on get_moments_of_inertia

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.

a5cc42ff 15/06/2020 08:44 Carles Marti

Reformatting files, added documentation and getting rid of useless pieces of code.

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.

af3e2441 08/06/2020 18:07 Carles Marti

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

69d17e8b 07/06/2020 21:02 Carles Marti

Moved check_bak from calculation.py to utilities.py and try_command from dos_input.py to utilities.py

0db30d07 07/06/2020 16:40 Carles Marti

Added 'local' and 'none' as possible batch queuing systems, to run calculations on the local computer and to not carry out the calculation at all (for debugging purposes).

bd573212 04/06/2020 10:11 Carles Marti

Added fallback value for project_name in dos_input.py. Included log messages for submitted jobs on calculation.py, added TODO tasks and changed documentation on all three files.

bcc9ff75 23/05/2020 18:34 Carles Marti

Removed 'project_name' from the mandatory options

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

7fd58762 19/05/2020 23:54 Carles Marti

Included 'project_name' on global mandatory options, corrected missing parentheses on str.capitalize method.

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

Added the submission of jobs to the SGE batch queuing system

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

0e83e6a6 21/04/2020 19:43 Carles Marti

Improved the documentation of the consequent docstrings

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

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

d8a6314e 21/04/2020 11:06 Carles Marti

Moved the printing of input variables from dockonsurf.py to dos_input.py

8887f41d 14/04/2020 18:23 Carles Marti

Refactor file dos_input.py, every option is read and checked its value with a specific function for the purpose.
Included the possibility to run the file as standalone program.

9f7bb440 11/04/2020 20:42 Carles Marti

Increase of the input errors that get caught by the program, change how the logger is setup, its message format and how it is organized internally.

79e3db42 11/04/2020 20:38 Carles Marti

Reformat files and extend documentation

b606c71a 11/04/2020 20:18 Carles Marti

Moved the input file option from 'Global' to each relative section and changed the values of options to non-default ones.

8949edd0 09/04/2020 19:35 Carles Marti

Reformat and cleaning the code for improved readability and adequate it to PEP 8 conventions.

5cc4994b 09/04/2020 19:32 Carles Marti

Include errors in the log, improved error handling by catching new errors.

b77be9ad 09/04/2020 18:54 Carles Marti

Written the docstrings to document the code following the PEP 257 conventions

b5b2af64 09/04/2020 13:09 Carles Marti

Possible errors are now printed in both the screen and the log file. More errors are now handled properly.

a02c931d 07/04/2020 20:40 Carles Marti

Added error handling functionality to input str2lst function

ec35a9b4 07/04/2020 15:19 Carles Marti

Refactoring code by creating modules directory and moving dos_input.py into it.