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 155 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 177 of file coulomb_force.F90.
|
private |
Definition at line 198 of file coulomb_force.F90.
|
private |
Definition at line 225 of file coulomb_force.F90.
|
private |
Definition at line 253 of file coulomb_force.F90.