10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 12:42:13 +02:00
quantum_package/src/Ezfio_files
2015-06-04 11:17:01 +02:00
..
.gitignore Mega cleaning. 2015-06-02 18:17:59 +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
NEEDED_CHILDREN_MODULES Add NEED_CHILDREN_MODULE to replace NEEDED_MODULES 2015-04-30 18:56:04 +02:00
output.irp.f Removed Output module 2015-05-11 19:41:56 +02:00
README.rst Remove makefile.depend dependancy ! 2015-05-27 11:02:13 +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_CHILDREN file by the `update_README.py` script.

`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

`output_cpu_time_0 <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/output.irp.f#L2>`_
  Initial CPU and wall times when printing in the output files

`output_wall_time_0 <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/output.irp.f#L1>`_
  Initial CPU and wall times when printing in the output files

`write_bool <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/output.irp.f#L88>`_
  Write an logical value in output

`write_double <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/output.irp.f#L58>`_
  Write a double precision value in output

`write_int <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/output.irp.f#L73>`_
  Write an integer value in output

`write_time <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files/output.irp.f#L42>`_
  Write a time stamp in the output for chronological reconstruction