mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-08 20:33:26 +01:00
Don't use pseudo by default
This commit is contained in:
parent
cdc9f46428
commit
ae4bc3d71b
@ -13,8 +13,8 @@ let spec =
|
||||
~doc:"int Total charge of the molecule. Default is 0."
|
||||
+> flag "m" (optional_with_default 1 int)
|
||||
~doc:"int Spin multiplicity (2S+1) of the molecule. Default is 1."
|
||||
+> flag "p" (optional_with_default 1 int)
|
||||
~doc:"Using pseudo potentiel or not"
|
||||
+> flag "p" (optional_with_default 0 int)
|
||||
~doc:"Using pseudo. Default is not (aka 0)"
|
||||
+> anon ("xyz_file" %: string)
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user