2019-01-25 11:39:31 +01:00
|
|
|
[grid_type_sgn]
|
|
|
|
type: integer
|
|
|
|
doc: Type of grid used for the Becke's numerical grid. Can be, by increasing accuracy: [ 0 | 1 | 2 | 3 ]
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 2
|
2019-03-07 16:29:06 +01:00
|
|
|
|
|
|
|
[n_points_final_grid]
|
|
|
|
type: integer
|
|
|
|
doc: Total number of grid points
|
|
|
|
interface: ezfio
|
2019-05-20 08:54:39 +02:00
|
|
|
|
|
|
|
[thresh_grid]
|
|
|
|
type: double precision
|
|
|
|
doc: threshold on the weight of a given grid point
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1.e-20
|
2020-05-11 16:04:16 +02:00
|
|
|
|
|
|
|
[my_grid_becke]
|
|
|
|
type: logical
|
|
|
|
doc: if True, the number of angular and radial grid points are read from EZFIO
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: False
|
|
|
|
|
|
|
|
[my_n_pt_r_grid]
|
|
|
|
type: integer
|
|
|
|
doc: Number of radial grid points given from input
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 300
|
|
|
|
|
|
|
|
[my_n_pt_a_grid]
|
|
|
|
type: integer
|
|
|
|
doc: Number of angular grid points given from input. Warning, this number cannot be any integer. See file list_angular_grid
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1202
|
|
|
|
|
2021-05-19 15:23:06 +02:00
|
|
|
|
|
|
|
[extra_grid_type_sgn]
|
|
|
|
type: integer
|
|
|
|
doc: Type of extra_grid used for the Becke's numerical extra_grid. Can be, by increasing accuracy: [ 0 | 1 | 2 | 3 ]
|
|
|
|
interface: ezfio,provider,ocaml
|
2021-05-19 16:12:41 +02:00
|
|
|
default: 0
|
2021-05-19 15:23:06 +02:00
|
|
|
|
|
|
|
[thresh_extra_grid]
|
|
|
|
type: double precision
|
|
|
|
doc: threshold on the weight of a given extra_grid point
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1.e-20
|
|
|
|
|
|
|
|
[my_extra_grid_becke]
|
|
|
|
type: logical
|
|
|
|
doc: if True, the number of angular and radial extra_grid points are read from EZFIO
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: False
|
|
|
|
|
|
|
|
[my_n_pt_r_extra_grid]
|
|
|
|
type: integer
|
|
|
|
doc: Number of radial extra_grid points given from input
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 300
|
|
|
|
|
|
|
|
[my_n_pt_a_extra_grid]
|
|
|
|
type: integer
|
|
|
|
doc: Number of angular extra_grid points given from input. Warning, this number cannot be any integer. See file list_angular_extra_grid
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1202
|
|
|
|
|