| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Periodic_Box), | private, | pointer | :: | periodic_box | => | null() | |
| class(Abstract_Component_Coordinates), | private, | pointer | :: | positions | => | null() | |
| real(kind=DP), | private | :: | delta(num_dimensions) | = | 0._DP | ||
| type(Concrete_Move_Tuning_Parameters), | private | :: | tuning_parameters | ||||
| real(kind=DP), | private | :: | current_increase_factor | = | 1._DP | ||
| logical, | private | :: | max_factor_reached | = | .false. |
| procedure, public :: construct => Concrete_construct | |
| procedure, public :: destroy => Concrete_destroy | |
| procedure, public :: increase_delta => Concrete_increase_delta | |
| procedure, public :: decrease_delta => Concrete_decrease_delta | |
| procedure, public :: get => Concrete_get |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Translated_Positions), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_particle |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Translated_Positions), | intent(out) | :: | this | |||
| class(Abstract_Periodic_Box), | intent(in), | target | :: | periodic_box | ||
| class(Abstract_Component_Coordinates), | intent(in), | target | :: | positions | ||
| real(kind=DP), | intent(in) | :: | initial_delta(:) | |||
| type(Concrete_Move_Tuning_Parameters), | intent(in) | :: | tuning_parameters |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Translated_Positions), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Translated_Positions), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Translated_Positions), | intent(inout) | :: | this |