![]() |
Octopus
|
Data Types | |
interface | coulomb_force_t |
Coulomb interaction between two systems of particles. More... | |
Functions/Subroutines | |
class(coulomb_force_t) function, pointer | coulomb_force_constructor (partner) |
subroutine | coulomb_force_init (this, dim, system_np, system_charge, system_pos) |
subroutine | coulomb_force_calculate (this) |
subroutine | coulomb_force_calculate_energy (this) |
subroutine | coulomb_force_finalize (this) |
|
private |
Definition at line 154 of file coulomb_force.F90.
|
private |
[in] | dim | number of dimensions in space |
[in] | system_np | number of particles in the system that owns this interaction |
Definition at line 176 of file coulomb_force.F90.
|
private |
Definition at line 197 of file coulomb_force.F90.
|
private |
Definition at line 224 of file coulomb_force.F90.
|
private |
Definition at line 252 of file coulomb_force.F90.