10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 12:00:56 +02:00
quantum_package/docs/source/modules/pseudo.rst

95 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2019-01-16 11:47:09 +01:00
.. _pseudo:
.. program:: pseudo
.. default-role:: option
2019-01-05 01:51:21 +01:00
======
pseudo
======
This module defines the |EZFIO| parameters of the effective core potentials.
2019-01-16 11:47:09 +01:00
EZFIO parameters
----------------
2019-01-05 01:51:21 +01:00
.. option:: nucl_charge_remove
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Nuclear charges removed per atom
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_klocmax
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Maximum value of k for the local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_n_k
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Number of gaussians in the local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_v_k
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Coefficients in the local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_dz_k
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Exponents in the local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_lmax
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Maximum angular momentum
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_kmax
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Maximum number of functions in the non-local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_n_kl
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Number of functions in the non-local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_v_kl
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Coefficients in the non-local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_dz_kl
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Exponents in the non-local component
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: do_pseudo
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
If `True`, pseudo-potentials are used.
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Default: False
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_grid_size
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Nb of points of the grid for the QMC interfaces
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Default: 1000
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: pseudo_grid_rmax
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
R_max of the QMC grid
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Default: 10.0
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: ao_pseudo_grid
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Grid for the QMC interface
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: mo_pseudo_grid
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Grid for the QMC interface
2019-01-16 11:47:09 +01:00