diff --git a/Tutorial.rest b/Tutorial.rest index 23ea8c6..deff36d 100644 --- a/Tutorial.rest +++ b/Tutorial.rest @@ -7,15 +7,9 @@ For example:: Ensure all required binaries are compiled ----------------------------------------- -This command will compile all the modules:: +This command will compile everything:: - cd $QPACKAGE_ROOT/src - make - -Then, all the ocaml binaries are compiled:: - - cd $QPACKAGE_ROOT/ocaml - make + make build Create the EZFIO input file @@ -40,7 +34,7 @@ Now, this `xyz` file is used to generate an `EZFIO` input directory using the `` To generate ``hcn.ezfio`` in the cc-pVDZ basis set, we use:: - qp_create_ezfio_from_xyz -b cc-pvdz hcn.xyz + qp_create_ezfio_from_xyz -b "cc-pvdz" hcn.xyz Run the SCF and Full-CI calculations