Usage¶
Using Chi-Pet command-line tool¶
For general use, you can access Chi-Pet functionality from the command line with:
$ Chi --help
Using Chi-Pet in a python script¶
It is possible to create directories and run optimizations consistently by creating scripts that call Chi-Pet’s API. To import the Chi-Pet module add this line to the top of your script:
import chi_pet