mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
Update tutorial
parent
3b079cc103
commit
d46bf76d5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user