| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Environment_Wrapper), | private, | pointer | :: | environment | => | null() | |
| type(Component_Wrapper), | private, | pointer | :: | components(:,:) | => | null() | |
| type(Short_Interactions_Wrapper), | private, | pointer | :: | short_interactions | => | null() | |
| class(Abstract_Dipolar_Interactions_Facade), | private, | pointer | :: | dipolar_interactions_facades(:) | => | null() | |
| class(Abstract_Changed_Box_Size_Ratio), | private, | pointer | :: | changed_boxes_size_ratio(:) | => | null() | |
| integer, | private | :: | num_changes | = | 0 |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: try => Abstract_try | |
| procedure, private :: set_delta_energy => Abstract_set_delta_energy |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Volume_Change_Method), | intent(out) | :: | this | |||
| type(Environment_Wrapper), | intent(in), | target | :: | environment | ||
| type(Component_Wrapper), | intent(in), | target | :: | components(:,:) | ||
| type(Short_Interactions_Wrapper), | intent(in), | target | :: | short_interactions | ||
| class(Abstract_Dipolar_Interactions_Facade), | intent(in), | target | :: | dipolar_interactions_facades(:) | ||
| class(Abstract_Changed_Box_Size_Ratio), | intent(in), | target | :: | changed_boxes_size_ratio(:) | ||
| integer, | intent(in) | :: | num_changes |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Volume_Change_Method), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Volume_Change_Method), | intent(in) | :: | this | |||
| type(Exploring_Observables_Wrapper), | intent(inout) | :: | observables |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Volume_Change_Method), | intent(in) | :: | this | |||
| logical, | intent(out) | :: | overlap | |||
| real(kind=DP), | intent(out) | :: | delta_energy | |||
| integer, | intent(in) | :: | i_box | |||
| real(kind=DP), | intent(in) | :: | box_size_ratio(:) | |||
| type(Concrete_Observables_Energies), | intent(in) | :: | energies |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Volume_Change_Method), | intent(out) | :: | this | |||
| type(Environment_Wrapper), | intent(in), | target | :: | environment | ||
| type(Component_Wrapper), | intent(in), | target | :: | components(:,:) | ||
| type(Short_Interactions_Wrapper), | intent(in), | target | :: | short_interactions | ||
| class(Abstract_Dipolar_Interactions_Facade), | intent(in), | target | :: | dipolar_interactions_facades(:) | ||
| class(Abstract_Changed_Box_Size_Ratio), | intent(in), | target | :: | changed_boxes_size_ratio(:) | ||
| integer, | intent(in) | :: | num_changes |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Volume_Change_Method), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Volume_Change_Method), | intent(in) | :: | this | |||
| type(Exploring_Observables_Wrapper), | intent(inout) | :: | observables |