diff --git a/README.md b/README.md index 193166c..f41d33e 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,8 @@ The package can be installed with `pip` package manager. ### Command-line programs -The packge is shipped with the following command-line programs: - -- **`qha-cij`** - Perform SAM-Cij calculation. -- **`qha-cij-static`** - Calculate elastic moduli and acoustic velocities. -- **`qha-cij-extract`** - Extract the value and create table for multiple variables at spcific P or T. -- **`qha-cij-fill`** - Fill non-zero Cij terms based on symmetry. -- **`qha-cij-modes`** - Plot interpolated mode frequency vs volume. -- **`qha-cij-plot`** - Plot SAM-Cij calculation results. - -And is avaliable as sub-commands of the `cij` program: - +After installation, the Cij program can be started by typing `cij` at your +command prompt: ``` Usage: cij [OPTIONS] COMMAND [ARGS]... @@ -38,6 +29,16 @@ Commands: run-static Calculate elastic moduli and acoustic velocities. ``` +And are avaliable as standalone commands: + +- **`cij-run`** - Perform SAM-Cij calculation. +- **`cij-run-static`** - Calculate elastic moduli and acoustic velocities. +- **`cij-extract`** - Extract the value and create table for multiple variables at spcific P or T. +- **`cij-fill`** - Fill non-zero Cij terms based on symmetry. +- **`cij-modes`** - Plot interpolated mode frequency vs volume. +- **`cij-plot`** - Plot SAM-Cij calculation results. + + ### SAM-Cij calculations with `qha-cij` or `cij run` #### Configuration file @@ -74,7 +75,7 @@ Options: See [GitHub pages][1]. -[1]: https://mineralscloud.github.io/qha-cij +[1]: https://mineralscloud.github.io/cij ## Author diff --git a/setup.py b/setup.py index aa23d18..2b5370c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description='High temperature thermal elasticity', author='Chenxing Luo', author_email='chenxing.luo@columbia.edu', - url='https://github.com/MineralsCloud/qha-cij/', + url='https://github.com/MineralsCloud/cij/', packages=find_packages(), install_requires=[ "numpy >= 1.10.0",