| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Environment_Wrapper), | private, | pointer | :: | environment | => | null() | |
| type(Mixture_Wrapper), | private, | pointer | :: | mixture | => | null() | |
| type(Short_Interactions_Wrapper), | private, | pointer | :: | short_interactions | => | null() | |
| class(Abstract_Dipolar_Interactions_Facade), | private, | pointer | :: | dipolar_interactions_facades(:) | => | null() | |
| type(Exchanged_Boxes_Size_Line), | private, | pointer | :: | exchanged_boxes_size(:) | => | null() | |
| logical, | private, | allocatable | :: | have_positions(:,:) | |||
| class(Abstract_Hetero_Couples), | private, | allocatable | :: | couples | |||
| class(Abstract_Tower_Sampler), | private, | allocatable | :: | selector |
| procedure, public :: construct => Concrete_construct | |
| procedure, public :: destroy => Concrete_destroy | |
| procedure, public :: reset_selectors => Concrete_reset_selectors | |
| procedure, public :: get_num_choices => Concrete_get_num_choices | |
| procedure, public :: try => Concrete_try | |
| procedure, private :: metropolis_algorithm => Concrete_metropolis_algorithm | |
| procedure, private :: acceptation_probability => Concrete_acceptation_probability |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Boxes_Volume_Exchange), | intent(in) | :: | this |
\[ P[(V_{\boldsymbol{I}}, V_{\boldsymbol{J}}) \to (V_{\boldsymbol{I}}^\prime, V_{\boldsymbol{J}}^\prime)] = \min \left[ 1, \left( \frac{V_{\boldsymbol{I}}^\prime} {V_{\boldsymbol{I}}} \right)^{N_{\boldsymbol{I}} + 1} \left( \frac{V_{\boldsymbol{J}}^\prime} {V_{\boldsymbol{J}}} \right)^{N_{\boldsymbol{J}} + 1} e^{-\beta \Delta U_{(V_{\boldsymbol{I}}, V_{\boldsymbol{J}}) \to (V_{\boldsymbol{I}}^\prime, V_{\boldsymbol{J}}^\prime)}} \right] \]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Boxes_Volume_Exchange), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | ij_boxes(:) | |||
| real(kind=DP), | intent(in) | :: | boxes_volume_ratio(:) | |||
| real(kind=DP), | intent(in) | :: | delta_energy |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Boxes_Volume_Exchange), | intent(out) | :: | this | |||
| type(Environment_Wrapper), | intent(in), | target | :: | environment | ||
| type(Mixture_Wrapper), | intent(in), | target | :: | mixture | ||
| type(Short_Interactions_Wrapper), | intent(in), | target | :: | short_interactions | ||
| class(Abstract_Dipolar_Interactions_Facade), | intent(in), | target | :: | dipolar_interactions_facades(:) | ||
| type(Exchanged_Boxes_Size_Line), | intent(in), | target | :: | exchanged_boxes_size(:) | ||
| logical, | intent(in) | :: | have_positions(:,:) | |||
| class(Abstract_Hetero_Couples), | intent(in) | :: | couples | |||
| class(Abstract_Tower_Sampler), | intent(in) | :: | selector |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Boxes_Volume_Exchange), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Boxes_Volume_Exchange), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Boxes_Volume_Exchange), | intent(in) | :: | this | |||
| type(Generating_Observables_Wrapper), | intent(inout) | :: | observables |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Boxes_Volume_Exchange), | intent(in) | :: | this | |||
| logical, | intent(out) | :: | success | |||
| type(Concrete_Observables_Energies), | intent(inout) | :: | new_energies(:) | |||
| integer, | intent(in) | :: | ij_boxes(:) | |||
| real(kind=DP), | intent(in) | :: | boxes_volume_ratio(:) | |||
| type(Concrete_Observables_Energies), | intent(in) | :: | energies(:) |