mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
OK
This commit is contained in:
parent
45054db18e
commit
b3676c43d0
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user