Octopus
|
Go to the source code of this file.
Modules | |
module | opt_control_global_oct_m |
This module contains the definition of the oct_t data type, which contains some of the basic information about how the OCT run will be done. | |
Data Types | |
type | opt_control_global_oct_m::oct_t |
!brief The oct_t datatype stores the basic information about how the OCT run is done. More... | |
Functions/Subroutines | |
subroutine, public | opt_control_global_oct_m::oct_read_inp (oct, namespace) |
Reads, from the inp file, some global information about how the QOCT run should be. More... | |
logical pure function, public | opt_control_global_oct_m::oct_algorithm_is_direct (oct) |
Returns .true. if the algorithm to be used is one of the "direct" or "gradient-less" algorithms – the ones that do not require backwards propagations. Returns .false. otherwise. More... | |