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

77 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2019-01-16 11:47:09 +01:00
.. _electrons:
.. program:: electrons
.. default-role:: option
2019-01-05 01:51:21 +01:00
=========
electrons
=========
Describes the electrons. For the moment, only the number of alpha
and beta electrons are provided by this module.
Assumptions
===========
* `elec_num` >= 0
* `elec_alpha_num` >= 0
* `elec_beta_num` >= 0
* `elec_alpha_num` >= `elec_beta_num`
2019-01-16 11:47:09 +01:00
EZFIO parameters
----------------
2019-01-05 01:51:21 +01:00
.. option:: elec_alpha_num
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Numbers of electrons alpha ("up")
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: elec_beta_num
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Numbers of electrons beta ("down")
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: elec_num
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Numbers total of electrons (alpha + beta)
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Default: = electrons.elec_alpha_num + electrons.elec_beta_num
2019-01-16 11:47:09 +01:00
Providers
---------
2019-01-05 01:51:21 +01:00
.. c:var:: elec_num
.. code:: text
integer :: elec_num
integer, allocatable :: elec_num_tab (2)
File: :file:`electrons.irp.f`
Numbers of alpha ("up") , beta ("down") and total electrons
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. c:var:: elec_num_tab
.. code:: text
integer :: elec_num
integer, allocatable :: elec_num_tab (2)
File: :file:`electrons.irp.f`
Numbers of alpha ("up") , beta ("down") and total electrons