From cccc90ea1e66da95d6c444095dd20e8fce151b3b Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Fri, 3 Jul 2015 15:40:25 +0200 Subject: [PATCH] Re add EZFIO_file/README.rst --- scripts/compilation/qp_create_ninja.py | 5 +- src/Ezfio_files/README.rst | 140 +++++++++++++++++++++++++ 2 files changed, 144 insertions(+), 1 deletion(-) create mode 100644 src/Ezfio_files/README.rst diff --git a/scripts/compilation/qp_create_ninja.py b/scripts/compilation/qp_create_ninja.py index 67652890..14d6811c 100755 --- a/scripts/compilation/qp_create_ninja.py +++ b/scripts/compilation/qp_create_ninja.py @@ -19,7 +19,10 @@ try: from read_compilation_cfg import get_compilation_option from docopt import docopt except ImportError: - f = os.path.realpath(os.path.join(os.path.dirname(__file__),"..","..","quantum_package.rc")) + f = os.path.realpath(os.path.join(os.path.dirname(__file__), + "..", + "..", + "quantum_package.rc")) print """ Error: source %s diff --git a/src/Ezfio_files/README.rst b/src/Ezfio_files/README.rst new file mode 100644 index 00000000..ba8f4c8e --- /dev/null +++ b/src/Ezfio_files/README.rst @@ -0,0 +1,140 @@ +================== +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 ``QP_INPUT`` environment variable. +Documentation +============= + +.. Do not edit this section. It was auto-generated from the +.. by the `update_README.py` script. + +`ezfio_filename `_ + 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 `_ + :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_ao_basis `_ + Output file for AO_Basis + + +`output_bitmask `_ + Output file for Bitmask + + +`output_casino `_ + Output file for Casino + + +`output_cpu_time_0 `_ + Initial CPU and wall times when printing in the output files + + +`output_determinants `_ + Output file for Determinants + + +`output_electrons `_ + Output file for Electrons + + +`output_ezfio_files `_ + Output file for Ezfio_files + + +`output_full_ci `_ + Output file for Full_CI + + +`output_generators_full `_ + Output file for Generators_full + + +`output_hartree_fock `_ + Output file for Hartree_Fock + + +`output_integrals_bielec `_ + Output file for Integrals_Bielec + + +`output_integrals_monoelec `_ + Output file for Integrals_Monoelec + + +`output_loc_cele `_ + Output file for loc_cele + + +`output_mo_basis `_ + Output file for MO_Basis + + +`output_moguess `_ + Output file for MOGuess + + +`output_molden `_ + Output file for Molden + + +`output_nuclei `_ + Output file for Nuclei + + +`output_perturbation `_ + Output file for Perturbation + + +`output_properties `_ + Output file for Properties + + +`output_pseudo `_ + Output file for Pseudo + + +`output_selectors_full `_ + Output file for Selectors_full + + +`output_utils `_ + Output file for Utils + + +`output_wall_time_0 `_ + Initial CPU and wall times when printing in the output files + + +`write_bool `_ + Write an logical value in output + + +`write_double `_ + Write a double precision value in output + + +`write_int `_ + Write an integer value in output + + +`write_time `_ + Write a time stamp in the output for chronological reconstruction + +