Skip to content

Commit

Permalink
Add examples at README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Apr 15, 2022
1 parent e635d44 commit 7b4a023
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Requirements
- Blas & Lapack libraries
- Fortran compiler

Shape measure
-------------
Examples using command line tools
---------------------------------
### Shape measure

````bash
$ shape cf4.xyz -c 1 -l

Expand Down Expand Up @@ -71,8 +73,7 @@ cf4, 33.333, 0.000, 9.790, 3.573,
----------------------------------------------------------------------
````

Geometrical symmetry measure
----------------------------
### Geometrical symmetry measure
````bash
$ gsym cf4.xyz -l

Expand Down Expand Up @@ -111,8 +112,7 @@ cf4 16.667
----------------------------------------------------------------------
````

Wave function symmetry analysis
-------------------------------
### Wave function symmetry analysis
````bash
$ mosym NF3.fchk -m C3 -mo

Expand Down Expand Up @@ -211,9 +211,8 @@ Beta MOs: Irred. Rep. Decomposition
----------------------------------------------------------------------
````


Python API example
------------------
Example using Python API
------------------------

````python
from cosymlib import Molecule, Geometry
Expand Down

0 comments on commit 7b4a023

Please sign in to comment.