2014-04-03 16:23:27 +02:00
|
|
|
================
|
|
|
|
Electrons Module
|
|
|
|
================
|
2014-04-03 11:19:41 +02:00
|
|
|
|
2014-04-03 16:23:27 +02:00
|
|
|
Describes the electrons. For the moment, only the number of alpha and beta electrons
|
|
|
|
are provided by this module.
|
|
|
|
|
|
|
|
|
|
|
|
Assumptions
|
2014-04-04 00:41:43 +02:00
|
|
|
===========
|
2014-04-03 16:23:27 +02:00
|
|
|
|
2014-04-04 00:41:43 +02:00
|
|
|
.. Do not edit this section. It was auto-generated from the
|
2015-05-26 17:40:39 +02:00
|
|
|
.. update_README.py.
|
2014-04-04 00:41:43 +02:00
|
|
|
|
|
|
|
* ``elec_num`` >= 0
|
|
|
|
* ``elec_alpha_num`` >= 0
|
|
|
|
* ``elec_beta_num`` >= 0
|
|
|
|
* ``elec_alpha_num`` >= ``elec_beta_num``
|
2014-04-03 16:23:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
Needed Modules
|
2014-04-04 00:41:43 +02:00
|
|
|
==============
|
|
|
|
|
|
|
|
.. Do not edit this section. It was auto-generated from the
|
2015-05-26 17:40:39 +02:00
|
|
|
.. update_README.py.
|
2014-04-03 16:23:27 +02:00
|
|
|
|
2015-05-12 10:39:49 +02:00
|
|
|
.. image:: tree_dependancy.png
|
|
|
|
|
2015-05-11 19:41:56 +02:00
|
|
|
* `Ezfio_files <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files>`_
|
2014-04-03 11:19:41 +02:00
|
|
|
|
2014-05-13 13:57:58 +02:00
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
|
|
|
.. Do not edit this section. It was auto-generated from the
|
2015-05-26 17:40:39 +02:00
|
|
|
.. update_README.py.
|
2014-05-13 13:57:58 +02:00
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`elec_alpha_num <http://github.com/LCPQ/quantum_package/tree/master/src/Electrons/electrons.irp.f#L1>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Numbers of alpha ("up") , beta ("down") and total electrons
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`elec_beta_num <http://github.com/LCPQ/quantum_package/tree/master/src/Electrons/electrons.irp.f#L2>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Numbers of alpha ("up") , beta ("down") and total electrons
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`elec_num <http://github.com/LCPQ/quantum_package/tree/master/src/Electrons/electrons.irp.f#L3>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Numbers of alpha ("up") , beta ("down") and total electrons
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`elec_num_tab <http://github.com/LCPQ/quantum_package/tree/master/src/Electrons/electrons.irp.f#L4>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Numbers of alpha ("up") , beta ("down") and total electrons
|
|
|
|
|
|
|
|
|
|
|
|
|