Octopus
opt_control_state_oct_m::opt_control_state_t Type Reference

This is the datatype that contains the objects that are propagated: in principle this could be both the quantum and the classical subsystems, but for the moment it is only the quantum subsystem. So this data type is merely a wrapper around the states_elec_t data type. More...

Detailed Description

This is the datatype that contains the objects that are propagated: in principle this could be both the quantum and the classical subsystems, but for the moment it is only the quantum subsystem. So this data type is merely a wrapper around the states_elec_t data type.

Definition at line 146 of file opt_control_state.F90.

Private Attributes

type(states_elec_tpsi
 
real(real64), dimension(:, :), allocatable q
 
real(real64), dimension(:, :), allocatable p
 
integer natoms
 
integer ndim
 

Member Data Documentation

◆ psi

type(states_elec_t) opt_control_state_oct_m::opt_control_state_t::psi
private

Definition at line 148 of file opt_control_state.F90.

◆ q

real(real64), dimension(:, :), allocatable opt_control_state_oct_m::opt_control_state_t::q
private

Definition at line 149 of file opt_control_state.F90.

◆ p

real(real64), dimension(:, :), allocatable opt_control_state_oct_m::opt_control_state_t::p
private

Definition at line 150 of file opt_control_state.F90.

◆ natoms

integer opt_control_state_oct_m::opt_control_state_t::natoms
private

Definition at line 151 of file opt_control_state.F90.

◆ ndim

integer opt_control_state_oct_m::opt_control_state_t::ndim
private

Definition at line 151 of file opt_control_state.F90.


The documentation for this type was generated from the following file: