![]() |
(git:936074a)
|
Public Member Functions | |
| real(kind=dp) function, dimension(3) | pbc1 (r, cell) |
| Apply the periodic boundary conditions defined by a simulation cell to a position vector r. | |
| real(kind=dp) function, dimension(3) | pbc2 (r, cell, nl) |
| Apply the periodic boundary conditions defined by a simulation cell to a position vector r subtracting nl from the periodic images. | |
| real(kind=dp) function, dimension(3) | pbc3 (ra, rb, cell) |
| Apply the periodic boundary conditions defined by the simulation cell cell to the vector pointing from atom a to atom b. | |
| real(kind=dp) function, dimension(3) | pbc4 (r, cell, positive_range) |
| ... | |
Definition at line 97 of file cell_types.F.
| real(kind=dp) function, dimension(3) cell_types::pbc::pbc1 | ( | real(kind=dp), dimension(3), intent(in) | r, |
| type(cell_type), pointer | cell | ||
| ) |
Apply the periodic boundary conditions defined by a simulation cell to a position vector r.
| r | ... |
| cell | ... |
Definition at line 320 of file cell_types.F.
| real(kind=dp) function, dimension(3) cell_types::pbc::pbc2 | ( | real(kind=dp), dimension(3), intent(in) | r, |
| type(cell_type), pointer | cell, | ||
| integer, dimension(3), intent(in) | nl | ||
| ) |
Apply the periodic boundary conditions defined by a simulation cell to a position vector r subtracting nl from the periodic images.
| r | ... |
| cell | ... |
| nl | ... |
Definition at line 359 of file cell_types.F.
| real(kind=dp) function, dimension(3) cell_types::pbc::pbc3 | ( | real(kind=dp), dimension(3), intent(in) | ra, |
| real(kind=dp), dimension(3), intent(in) | rb, | ||
| type(cell_type), pointer | cell | ||
| ) |
Apply the periodic boundary conditions defined by the simulation cell cell to the vector pointing from atom a to atom b.
| ra | ... |
| rb | ... |
| cell | ... |
Definition at line 402 of file cell_types.F.
| real(kind=dp) function, dimension(3) cell_types::pbc::pbc4 | ( | real(kind=dp), dimension(3), intent(in) | r, |
| type(cell_type), pointer | cell, | ||
| logical | positive_range | ||
| ) |
...
| r | ... |
| cell | ... |
| positive_range | ... |
Definition at line 447 of file cell_types.F.