mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-10 21:18:29 +01:00
Modifying qp_create_ezfio_from_xyz.ml
This commit is contained in:
parent
61d54ffbfc
commit
6955bbe816
@ -81,6 +81,8 @@ File : %s\n" c m b xyz_file;
|
|||||||
~rank:2 ~dim:[| nucl_num ; 3 |] ~data:coords);
|
~rank:2 ~dim:[| nucl_num ; 3 |] ~data:coords);
|
||||||
|
|
||||||
(* Write Basis set *)
|
(* Write Basis set *)
|
||||||
|
let basis =
|
||||||
|
let long_basis = Long_basis
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -244,9 +244,10 @@ let spec =
|
|||||||
|
|
||||||
let command =
|
let command =
|
||||||
Command.basic
|
Command.basic
|
||||||
~summary: "Set the orbital classes in an EZFIO directory"
|
~summary: "Quantum Package command"
|
||||||
~readme:(fun () ->
|
~readme:(fun () ->
|
||||||
"The range of MOs has the form : \"[36-53,72-107,126-131]\"
|
"Set the orbital classes in an EZFIO directory
|
||||||
|
The range of MOs has the form : \"[36-53,72-107,126-131]\"
|
||||||
")
|
")
|
||||||
spec
|
spec
|
||||||
(fun core inact act virt del ezfio_filename () -> run ?core ?inact ?act ?virt ?del ezfio_filename )
|
(fun core inact act virt del ezfio_filename () -> run ?core ?inact ?act ?virt ?del ezfio_filename )
|
||||||
|
Loading…
Reference in New Issue
Block a user