10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-29 00:14:55 +02:00
quantum_package/src/Electrons/README.rst

31 lines
747 B
ReStructuredText
Raw Normal View History

2014-04-03 16:23:27 +02:00
================
Electrons Module
================
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
.. ASSUMPTIONS.rst file.
* ``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
.. NEEDED_MODULES file.
2014-04-03 16:23:27 +02:00
* `Ezfio_files <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files>`_
2014-04-11 01:53:15 +02:00
* `Output <http://github.com/LCPQ/quantum_package/tree/master/src/Output>`_
* `Utils <http://github.com/LCPQ/quantum_package/tree/master/src/Utils>`_