Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit c2ecf89

Browse files
committed
polishing
1 parent 54ed7c7 commit c2ecf89

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,24 @@ Then test if the framework is ready:
2727
./utils/tilde.sh -x
2828
```
2929

30+
Additionally, installation is covered in [this blog post](https://blog.tilde.pro/simple-ab-initio-materials-data-mining-tutorial-6127c777dabc).
31+
3032
## Usage
3133

3234
```shell
3335
./utils/tilde.sh --help
3436
```
3537

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**):
38+
For example, to scan folder(s) recursively (**-r**), with terse print (**-t**), showing information on calculation metadata (**-i**) and convergence (**-v**) and adding results to a database (**-a**):
3739

3840
```shell
39-
./utils/tilde.sh /home/user/work1 /home/work2 -r -t -v -a
41+
./utils/tilde.sh /home/user/work1 /home/work2 -r -t -v -a -i
4042
```
4143

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):
44+
Other example: for the perovskite structures (shipped with Tilde), extract the distortion of the MO6-octahedra wrt cubic phase (in Euler angles). Here the **-m** switch invokes **perovskite_tilting** module (see **apps** folder):
4345

4446
```shell
45-
./utils/tilde.sh tilde/tests/apps/perovskite_tilting/outputs -m perovskite_tilting -i
47+
./utils/tilde.sh tilde/tests/apps/perovskite_tilting/outputs -m perovskite_tilting
4648
```
4749

4850
## GUI

tests/apps/perovskite_tilting/tilt_data.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'check_last_point.cryst.out': {
2626
'comment': '[1], Table 1, calculated, Euler notation',
2727
'data': {
28-
5: [0.04, 12.26, 7.93],
28+
5: [0.04, 12.26, 7.93], # corner number can be 7
2929
}
3030
},
3131
'y4h4srhfo3_62_pbe0_9hf_cis_go.cryst.out': {

0 commit comments

Comments
 (0)