10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-20 20:22:22 +02:00
quantum_package/src/Ezfio_files
2014-05-14 00:01:31 +02:00
..
tests Run tests in parallel using python multiprocessing pool 2014-04-07 21:15:01 +02:00
ASSUMPTIONS.rst Added README.rst in all directories 2014-04-03 16:23:27 +02:00
ezfio.irp.f Tests for integration 2014-04-07 20:01:30 +02:00
get_unit_and_open.irp.f Make all_modules and all_clean compiles in parallel. Added NEEDED_MODULES 2014-04-03 11:19:41 +02:00
Makefile Simplified Makefiles 2014-04-03 11:28:54 +02:00
NEEDED_MODULES Make all_modules and all_clean compiles in parallel. Added NEEDED_MODULES 2014-04-03 11:19:41 +02:00
README.rst Updated documentation 2014-05-14 00:01:31 +02:00

==================
Ezfio_files Module
==================

This modules essentially contains the name of the EZFIO directory in the
``ezfio_filename`` variable. This is read as the first argument of the
command-line, or as the ``QPACKAGE_INPUT`` environment variable.
Documentation
=============

.. Do not edit this section. It was auto-generated from the
.. NEEDED_MODULES file.

`ezfio_filename <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/ezfio.irp.f#L1>`_
  Name of EZFIO file. It is obtained from the QPACKAGE_INPUT environment
  variable if it is set, or as the 1st argument of the command line.

`getunitandopen <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/get_unit_and_open.irp.f#L1>`_
  :f:
  file name
  .br
  :mode:
  'R' : READ, UNFORMATTED
  'W' : WRITE, UNFORMATTED
  'r' : READ, FORMATTED
  'w' : WRITE, FORMATTED
  'a' : APPEND, FORMATTED
  'x' : READ/WRITE, FORMATTED
  .br