10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00
This commit is contained in:
Thomas Applencourt 2015-06-23 14:19:54 +02:00
parent 45054db18e
commit b3676c43d0
3 changed files with 8 additions and 4 deletions

View File

@ -138,6 +138,8 @@ Optional:
size: <str> The size information.
(by default is one)
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
(by default is <provider_name>)
ezfio_dir: <str> Will be the folder of EZFIO.

View File

@ -44,6 +44,8 @@ Optional:
size: <str> The size information.
(by default is one)
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
(by default is <provider_name>)
ezfio_dir: <str> Will be the folder of EZFIO.

View File

@ -6,17 +6,17 @@ interface: ezfio
[nucl_label]
doc: Nuclear labels
type: character*(32)
size: (nuclei_nucl_num)
size: (nuclei.nucl_num)
interface: ezfio
[nucl_charge]
doc: Nuclear charges
type:double precision
size: (nuclei_nucl_num)
interface: ezfio, provider
size: (nuclei.nucl_num)
interface: ezfio
[nucl_coord]
doc: Nuclear coordinates in the format (:, {x,y,z})
type: double precision
size: (nuclei_nucl_num,3)
size: (nuclei.nucl_num,3)
interface: ezfio