![]()  | 
  
    Octopus
    
   | 
 
Definition at line 165 of file classical_particles.F90.

Public Attributes | |
| type(c_ptr), dimension(2), public | output_handle | 
| type(space_t), public | space | 
| Dimensions of physical space.  More... | |
| integer, public | np | 
| Number of particles in the system.  More... | |
| real(real64), dimension(:), allocatable, public | mass | 
| Mass of the particles.  More... | |
| real(real64), dimension(:,:), allocatable, public | pos | 
| Position of the particles.  More... | |
| real(real64), dimension(:,:), allocatable, public | vel | 
| Velocity of the particles.  More... | |
| real(real64), dimension(:,:), allocatable, public | tot_force | 
| Total force acting on each particle.  More... | |
| real(real64), dimension(:), allocatable, public | lj_epsilon | 
| Lennard-Jones epsilon.  More... | |
| real(real64), dimension(:), allocatable, public | lj_sigma | 
| Lennard-Jones sigma.  More... | |
| logical, dimension(:), allocatable, public | fixed | 
| True if a giving particle is to be kept fixed during a propagation. The default is to let the particles move.  More... | |
| type(propagator_data_t), public | prop_data | 
  Public Attributes inherited from system_oct_m::system_t | |
| type(iteration_counter_t), public | iteration | 
| class(algorithm_t), pointer, public | algo => null() | 
| integer, dimension(:), allocatable, public | supported_interactions | 
| type(interaction_list_t), public | interactions | 
| List with all the interactions of this system.  More... | |
| type(mpi_grp_t), public | grp | 
| mpi group for this system  More... | |
| real(real64), public | kinetic_energy | 
| Energy not from interactions, like the kinetic energy.  More... | |
| real(real64), public | potential_energy | 
| Energy from the interactions with external systems.  More... | |
| real(real64), public | internal_energy | 
| Energy from the interactions with itself and for containers the kinetic energy of its constituents.  More... | |
| real(real64), public | total_energy | 
| Sum of internal, external, and self energy.  More... | |
  Public Attributes inherited from interaction_partner_oct_m::interaction_partner_t | |
| type(namespace_t), public | namespace | 
| integer, dimension(:), allocatable, public | supported_interactions_as_partner | 
| list of interactions, which support this interaction_partner_t as partner  More... | |
| type(quantity_t), dimension(max_quantities), public | quantities | 
| Array of all possible quantities. The elements of the array are accessed using the quantity`s identifiers.  More... | |
      
  | 
  private | 
Definition at line 179 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 180 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 181 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 182 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 183 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 184 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 185 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 186 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 187 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 188 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 189 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 190 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 191 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 192 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 193 of file classical_particles.F90.
      
  | 
  private | 
Definition at line 194 of file classical_particles.F90.
| type(c_ptr), dimension(2), public classical_particles_oct_m::classical_particles_t::output_handle | 
Definition at line 167 of file classical_particles.F90.
| type(space_t), public classical_particles_oct_m::classical_particles_t::space | 
Dimensions of physical space.
Definition at line 168 of file classical_particles.F90.
| integer, public classical_particles_oct_m::classical_particles_t::np | 
Number of particles in the system.
Definition at line 169 of file classical_particles.F90.
| real(real64), dimension(:), allocatable, public classical_particles_oct_m::classical_particles_t::mass | 
Mass of the particles.
Definition at line 170 of file classical_particles.F90.
| real(real64), dimension(:,:), allocatable, public classical_particles_oct_m::classical_particles_t::pos | 
Position of the particles.
Definition at line 171 of file classical_particles.F90.
| real(real64), dimension(:,:), allocatable, public classical_particles_oct_m::classical_particles_t::vel | 
Velocity of the particles.
Definition at line 172 of file classical_particles.F90.
| real(real64), dimension(:,:), allocatable, public classical_particles_oct_m::classical_particles_t::tot_force | 
Total force acting on each particle.
Definition at line 173 of file classical_particles.F90.
| real(real64), dimension(:), allocatable, public classical_particles_oct_m::classical_particles_t::lj_epsilon | 
Lennard-Jones epsilon.
Definition at line 174 of file classical_particles.F90.
| real(real64), dimension(:), allocatable, public classical_particles_oct_m::classical_particles_t::lj_sigma | 
Lennard-Jones sigma.
Definition at line 175 of file classical_particles.F90.
| logical, dimension(:), allocatable, public classical_particles_oct_m::classical_particles_t::fixed | 
True if a giving particle is to be kept fixed during a propagation. The default is to let the particles move.
Definition at line 176 of file classical_particles.F90.
| type(propagator_data_t), public classical_particles_oct_m::classical_particles_t::prop_data | 
Definition at line 177 of file classical_particles.F90.