mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-18 12:03:57 +01:00
OK
This commit is contained in:
parent
45054db18e
commit
b3676c43d0
@ -138,6 +138,8 @@ Optional:
|
|||||||
size: <str> The size information.
|
size: <str> The size information.
|
||||||
(by default is one)
|
(by default is one)
|
||||||
Example : 1, =sum(ao_num); (ao_num,3)
|
Example : 1, =sum(ao_num); (ao_num,3)
|
||||||
|
ATTENTION : The module and the value are separed by a "." not a "_".
|
||||||
|
For exemple (determinants.n_det)
|
||||||
ezfio_name: <str> The name for the EZFIO lib
|
ezfio_name: <str> The name for the EZFIO lib
|
||||||
(by default is <provider_name>)
|
(by default is <provider_name>)
|
||||||
ezfio_dir: <str> Will be the folder of EZFIO.
|
ezfio_dir: <str> Will be the folder of EZFIO.
|
||||||
|
@ -44,6 +44,8 @@ Optional:
|
|||||||
size: <str> The size information.
|
size: <str> The size information.
|
||||||
(by default is one)
|
(by default is one)
|
||||||
Example : 1, =sum(ao_num); (ao_num,3)
|
Example : 1, =sum(ao_num); (ao_num,3)
|
||||||
|
ATTENTION : The module and the value are separed by a "." not a "_".
|
||||||
|
For exemple (determinants.n_det)
|
||||||
ezfio_name: <str> The name for the EZFIO lib
|
ezfio_name: <str> The name for the EZFIO lib
|
||||||
(by default is <provider_name>)
|
(by default is <provider_name>)
|
||||||
ezfio_dir: <str> Will be the folder of EZFIO.
|
ezfio_dir: <str> Will be the folder of EZFIO.
|
||||||
|
@ -6,17 +6,17 @@ interface: ezfio
|
|||||||
[nucl_label]
|
[nucl_label]
|
||||||
doc: Nuclear labels
|
doc: Nuclear labels
|
||||||
type: character*(32)
|
type: character*(32)
|
||||||
size: (nuclei_nucl_num)
|
size: (nuclei.nucl_num)
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
|
|
||||||
[nucl_charge]
|
[nucl_charge]
|
||||||
doc: Nuclear charges
|
doc: Nuclear charges
|
||||||
type:double precision
|
type:double precision
|
||||||
size: (nuclei_nucl_num)
|
size: (nuclei.nucl_num)
|
||||||
interface: ezfio, provider
|
interface: ezfio
|
||||||
|
|
||||||
[nucl_coord]
|
[nucl_coord]
|
||||||
doc: Nuclear coordinates in the format (:, {x,y,z})
|
doc: Nuclear coordinates in the format (:, {x,y,z})
|
||||||
type: double precision
|
type: double precision
|
||||||
size: (nuclei_nucl_num,3)
|
size: (nuclei.nucl_num,3)
|
||||||
interface: ezfio
|
interface: ezfio
|
Loading…
Reference in New Issue
Block a user