Skip to content

Commit 90f7aeb

Browse files
committed
Update subcommands in README.md.
1 parent da7b661 commit 90f7aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ qmb --help
6767

6868
This command provides a collection of subcommands, such as `imag`.
6969
To access detailed help for a specific subcommand, users can append `--help` to the command.
70-
For example, use `qmb imag --help` to view the help information for the `imag` subcommand.
70+
For example, use `qmb haar --help` to view the help information for the `imag` subcommand.
7171

7272
Typically, `qmb` requires a specific descriptor for a particular physical or chemical model to execute.
7373
We have collected a set of such models [here][models-url].
@@ -77,7 +77,7 @@ Alternatively, users can specify a custom path by setting the `$QMB_MODEL_PATH`
7777

7878
After cloning or downloading the dataset, users can calculate the ground state of the $N_2$ system by running the command:
7979
```
80-
qmb imag openfermion mlp -PN2
80+
qmb haar openfermion mlp -PN2
8181
```
8282
This command utilizes the `imag` subcommand with the descriptor in OpenFermion format and the [mlp network][naqs-url],
8383
It specifies the $N_2$ model via the `-PN2` flag since the $N_2$ model is loaded from the file `N2.hdf5` in the folder `models`.

0 commit comments

Comments
 (0)