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

dockonsurf / README.md @ 96d422c7

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

1
DockOnSurf
2
==========
3

    
4
DockOnSurf is a ode to systematically find the most stable geometry for molecules
5
on surfaces.
6

    
7
webpage: https://forge.cbp.ens-lyon.fr/redmine/projects/dockonsurf
8

    
9

    
10
Requirements:
11
-------------
12

    
13
* [Python](http://www.python.org/) >= 3.6
14
* [Matplotlib](https://matplotlib.org) ~= 3.2.1
15
* [NumPy](http://docs.scipy.org/doc/numpy/reference/) >= 1.16.6
16
* [RDKit](https://rdkit.org/) ~= 2019.9.3
17
* [scikit-learn](https://scikit-learn.org/) ~= 0.23.1
18
* [HDBSCAN](https://hdbscan.readthedocs.io/en/latest/basic_hdbscan.html) ~= 0.8.26
19
* [ASE](https://wiki.fysik.dtu.dk/ase/) ~= 3.19.1
20
* [NetworkX](https://networkx.org/) >= 2.4
21
* [python-daemon](https://pypi.org/project/python-daemon/) ~= 2.2.4
22
* [pymatgen](https://pymatgen.org/) ~= 2020.11.11
23
* [pycp2k](https://github.com/SINGROUP/pycp2k) ~= 0.2.2
24

    
25

    
26
Installation:
27
-------------
28

    
29
Add ``~/dockonsurf`` to your $PATH (assuming ``~/dockonsurf`` is where your DockOnSurf folder is).
30

    
31

    
32
Testing
33
-------
34

    
35
(To be done)
36

    
37

    
38
Contact 
39
-------
40

    
41
Submit an issue in:
42
https://forge.cbp.ens-lyon.fr/redmine/projects/dockonsurf/issues
43

    
44
Please send us bug-reports, patches, code, ideas and questions.
45

    
46

    
47
Example
48
-------
49

    
50
(To be done)
51