File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ qmb --help
67
67
68
68
This command provides a collection of subcommands, such as ` imag ` .
69
69
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.
71
71
72
72
Typically, ` qmb ` requires a specific descriptor for a particular physical or chemical model to execute.
73
73
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`
77
77
78
78
After cloning or downloading the dataset, users can calculate the ground state of the $N_2$ system by running the command:
79
79
```
80
- qmb imag openfermion mlp -PN2
80
+ qmb haar openfermion mlp -PN2
81
81
```
82
82
This command utilizes the ` imag ` subcommand with the descriptor in OpenFermion format and the [ mlp network] [ naqs-url ] ,
83
83
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 ` .
You can’t perform that action at this time.
0 commit comments