| 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() | |
| class(Abstract_Changed_Box_Size), | private, | pointer | :: | changed_boxes_size(:) | => | null() | |
| logical, | private, | allocatable | :: | have_positions(:,:) | |||
| class(Abstract_Tower_Sampler), | private, | allocatable | :: | selectors(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Box_Volume_Change), | 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(:) | ||
| class(Abstract_Changed_Box_Size), | intent(in), | target | :: | changed_boxes_size(:) | ||
| logical, | intent(in) | :: | have_positions(:,:) | |||
| class(Abstract_Tower_Sampler), | intent(in) | :: | selectors(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Box_Volume_Change), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Box_Volume_Change), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Box_Volume_Change), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Box_Volume_Change), | intent(in) | :: | this | |||
| type(Generating_Observables_Wrapper), | intent(inout) | :: | observables |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Box_Volume_Change), | intent(in) | :: | this | |||
| logical, | intent(out) | :: | success | |||
| type(Concrete_Observables_Energies), | intent(inout) | :: | new_energies | |||
| integer, | intent(in) | :: | i_box | |||
| real(kind=DP), | intent(in) | :: | box_volume_ratio | |||
| type(Concrete_Observables_Energies), | intent(in) | :: | energies |
\[ P[V \to V^\prime] = \min \left( 1, e^{-\beta p V \left( \frac{V^\prime}{V} - 1 \right)} \left( \frac{V^\prime}{V} \right)^{N+1} e^{-\beta [U(\vec{s}^N, V^\prime) - U(\vec{s}^N, V)]} \right) \]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Box_Volume_Change), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_box | |||
| real(kind=DP), | intent(in) | :: | box_volume_ratio | |||
| real(kind=DP), | intent(in) | :: | delta_energy |