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

dockonsurf / modules / screening.py @ 5fb01677

Historique | Voir | Annoter | Télécharger (15,35 ko)

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

6430aa73 24/06/2020 09:17 Carles Marti

Added log register for reading coordinates

bb55f47c 24/06/2020 08:20 Carles Marti

Calculate the surface and molecule neighbors necessary for the collision check

a260d04d 24/06/2020 08:15 Carles Marti

Implemented the function that corrects collisions

5f3f4b69 24/06/2020 08:13 Carles Marti

Implemented the function to check for collisions between the adsorbate and the surface

3ab0865c 24/06/2020 08:10 Carles Marti

Implemented the adsorption of conformers using euler angles to sample de orientational space.

36d92f4f 23/06/2020 11:39 Carles Marti

Using a copy of the molecule to adsorb this way preventing successive translations when correcting adsorptions.

8fdff302 23/06/2020 11:32 Carles Marti

get_atom_coords function called without ctrs_list argument returns the coordinates of all atoms. It also allows ctrs_list to be an integer, thus returning the coordinate of index

dadc6016 17/06/2020 11:36 Carles Marti

Minor changes in variable names, order in functions, documentation and TODOS

b4aef3d7 17/06/2020 11:25 Carles Marti

Implemented function to compute the angle between two vectors.

1d22a086 16/06/2020 08:26 Carles Marti

Implement add_adsorbate function which extends the functionality of ase.build.add_adsorbate by enabling to change the z coordinate and the axis perpendicular to the surface.

a5cc42ff 15/06/2020 08:44 Carles Marti

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

12a12bdd 11/06/2020 19:14 Carles Marti

Implemented get_atom_coords and vect_avg

f3d1e601 11/06/2020 19:13 Carles Marti

Designed structure of screening.py

05464650 08/06/2020 19:33 Carles Marti

Corrected the extraction of MOI from a list of mol objects. For the plotting of graphs in clustering.py renamed boolean var debug to plot and added a check-backup on the plot file. Removed useless chunk on isolated.py.

af3e2441 08/06/2020 18:07 Carles Marti

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

e07c09eb 07/06/2020 20:43 Carles Marti

Carry out the screening of adsorbate coordinates on a surface

4614bb6a 25/04/2020 11:26 Carles Marti

Created a module for each stage of DockOnSurf and started developing the isolated one