mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +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);
|
||||
|
||||
(* Write Basis set *)
|
||||
let basis =
|
||||
let long_basis = Long_basis
|
||||
|
||||
;;
|
||||
|
||||
|
@ -244,9 +244,10 @@ let spec =
|
||||
|
||||
let command =
|
||||
Command.basic
|
||||
~summary: "Set the orbital classes in an EZFIO directory"
|
||||
~summary: "Quantum Package command"
|
||||
~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
|
||||
(fun core inact act virt del ezfio_filename () -> run ?core ?inact ?act ?virt ?del ezfio_filename )
|
||||
|
Loading…
Reference in New Issue
Block a user