You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Tilde is an intelligent data organizer and Python framework for computational (**ab initio**) materials science. Tilde creates systemized data repositories from the simulation logs of [VASP](http://www.vasp.at), [CRYSTAL](http://www.crystal.unito.it) and [Quantum ESPRESSO](http://www.quantum-espresso.org) packages. The folders with the log files can be scanned and the results added into a repository. Web-based repository GUI is [available](https://github.com/tilde-lab/berlinium).
5
+
Tilde is an intelligent data organizer and Python framework for computational (**ab initio**) materials science. Tilde creates systemized data repositories from the simulation logs of [VASP](http://www.vasp.at), [CRYSTAL](http://www.crystal.unito.it) and [Quantum ESPRESSO](http://www.quantum-espresso.org) packages. The folders with the log files can be scanned and the results added into a repository. Web-based repository GUI is [separately available](https://github.com/tilde-lab/berlinium).
6
6
7
7
## Installation
8
8
9
-
System packages ```build-essential python-dev libffi-dev``` (-dev or -devel) must be present. Also, Python package ```python-numpy``` should be present. [Set up Python virtualenv](https://virtualenv.readthedocs.org) inside the Tilde folder (note```--system-site-packages``` option to access ```python-numpy```):
9
+
System packages ```build-essential python-dev python-numpy libffi-dev``` (**-dev** or **-devel**) must be present. [Set up Python virtualenv](https://virtualenv.readthedocs.org) inside the Tilde folder (mind```--system-site-packages``` option to access ```python-numpy```):
10
10
11
11
```shell
12
12
virtualenv --system-site-packages tilde
@@ -27,21 +27,19 @@ Then test if the framework is ready:
27
27
./utils/tilde.sh -x
28
28
```
29
29
30
-
Additionally, installation is covered in [this blog post](https://blog.tilde.pro/simple-ab-initio-materials-data-mining-tutorial-6127c777dabc).
31
-
32
30
## Usage
33
31
34
32
```shell
35
33
./utils/tilde.sh --help
36
34
```
37
35
38
-
For example, to scan folder(s) recursively (-r), with terse print (-t), showing information on calculation convergence (-v) and adding results to a database (-a):
36
+
For example, to scan folder(s) recursively (**-r**), with terse print (**-t**), showing information on calculation convergence (**-v**) and adding results to a database (**-a**):
39
37
40
38
```shell
41
39
./utils/tilde.sh /home/user/work1 /home/work2 -r -t -v -a
42
40
```
43
41
44
-
Other example: for the perovskite structures (shipped with Tilde), extract the distortion of the MO6-octahedra wrt cubic phase (in Euler angles) and detailed calculation info:
42
+
Other example: for the perovskite structures (shipped with Tilde), extract the distortion of the MO6-octahedra wrt cubic phase (in Euler angles) and detailed calculation info. Here the **-i** switch shows additional details and the **-m** switch invokes **perovskite_tilting** module (see **apps** folder):
@@ -109,6 +107,8 @@ Other known similar initiatives are listed below:
109
107
110
108
Tilde adopts the principle of open data, open source code and open standards declared by an initiative group with a symbolic name [Blue Obelisk](http://www.jcheminf.com/content/3/1/37).
Please, send your feedback, bugreports and feature requests via [email](mailto:eb@tilde.pro), [Twitter](http://twitter.com/tildepro) or [GitHub](http://github.com/tilde-lab/tilde/issues).
0 commit comments