MPI-SCATCI 2.0
An MPI version of SCATCI
Loading...
Searching...
No Matches
Options_module.f90 File Reference

Go to the source code of this file.

Data Types

type  Options_module::Phase
 ? More...
type  Options_module::Options
 Calculation setup for a single Hamiltonian diagonalization. More...
type  Options_module::InterfaceOptions
 MPI-SCATCI outer interface. More...
type  Options_module::OptionsSet
 MPI-SCATCI input. More...

Modules

module  Options_module
 Options module.

Functions/Subroutines

subroutine Options_module::read_all_namelists (this)
 Read all relevant namelists from the input.
integer function Options_module::read_all_input (this, io)
 Read all &INPUT namelists from file unit.
integer function Options_module::read_all_cinorn (this, io)
 Read all &CINORN namelists from file unit.
subroutine Options_module::read_outer_interface (this, io)
 Read contents of the OUTER interface namelist.
subroutine Options_module::read_input (this)
 Read and check input files.
subroutine Options_module::check_sanity_congen_header (this)
subroutine Options_module::check_sanity_complete (this)
 Print a subset of options read from the input.
subroutine Options_module::read_congen (this)
 Reads all input information.
subroutine Options_module::arrange_phase (this, temp_phase)
subroutine Options_module::setup_write_order (this)
 Set up write order flags.
subroutine Options_module::compute_variables (this)
 Computes additional variables required by scatci.
subroutine Options_module::compute_expansions (this)
logical function Options_module::do_ci_contraction (this)
subroutine Options_module::allocate_integer_array (array, num_elms)
subroutine Options_module::allocate_real_array (array, num_elms)
subroutine, public Options_module::ham_pars_io_wrapper (option, write_ham_pars, nelms)
 Read/write information about Hamiltonian.