Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(PCHB_ParticleSelection_t), | public | :: | UNIF_UNIF | = | PCHB_ParticleSelection_t(1, 'UNIF-UNIF') |
Both particles are drawn uniformly. We draw from p(I)|Di and then p(J|I)J∈Di and both probabilites come from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J∈Di The second distribution comes from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J. The second distribution comes from the PCHB weighting scheme. We guarantee that I is occupied. |
|
type(PCHB_ParticleSelection_t), | public | :: | FULL_FULL | = | PCHB_ParticleSelection_t(2, 'FULL-FULL') |
Both particles are drawn uniformly. We draw from p(I)|Di and then p(J|I)J∈Di and both probabilites come from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J∈Di The second distribution comes from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J. The second distribution comes from the PCHB weighting scheme. We guarantee that I is occupied. |
|
type(PCHB_ParticleSelection_t), | public | :: | UNIF_FULL | = | PCHB_ParticleSelection_t(3, 'UNIF-FULL') |
Both particles are drawn uniformly. We draw from p(I)|Di and then p(J|I)J∈Di and both probabilites come from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J∈Di The second distribution comes from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J. The second distribution comes from the PCHB weighting scheme. We guarantee that I is occupied. |
|
type(PCHB_ParticleSelection_t), | public | :: | UNIF_FAST | = | PCHB_ParticleSelection_t(4, 'UNIF-FAST') |
Both particles are drawn uniformly. We draw from p(I)|Di and then p(J|I)J∈Di and both probabilites come from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J∈Di The second distribution comes from the PCHB weighting scheme. We guarantee that I and J are occupied. We draw ˜p(I)|Di uniformly and then p(J|I)J. The second distribution comes from the PCHB weighting scheme. We guarantee that I is occupied. |
Parse a given keyword into the possible particle selection schemes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | w |