Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defining exchange groups in 2D #17

Closed
haoyuanchen opened this issue Dec 17, 2014 · 1 comment
Closed

defining exchange groups in 2D #17

haoyuanchen opened this issue Dec 17, 2014 · 1 comment

Comments

@haoyuanchen
Copy link
Collaborator

Hi Antons,

As we've discussed this morning, if we're running a 2D replica exchange simulation, for each exchange stage it should only exchange within one dimension and all the exchange partners should have the same value of the non-exchange variable. For example, if we have 4 replicas:
#0 (T1, S1)
#1 (T1, S2)
#2 (T2, S1)
#3 (T2, S2)

in a temperature exchange stage it should try to exchange (#0 with #2), and (#1 with #3) (no inter-group exchanges!). In a salt concentration exchange stage, it should try to exchange (#0 with #1), and (#2 with #3) (no inter-group exchanges!). If two replicas are different in both T and S (say, #0 and #3), then we shouldn't try to exchange them at all.

Thanks!
Haoyuan

@antonst
Copy link
Contributor

antonst commented Dec 18, 2014

Hi Haoyuan,

Will be implemented.

Thanks,
Antons

On Wed, Dec 17, 2014 at 3:57 PM, haoyuanchen notifications@github.com
wrote:

Hi Antons,

As we've discussed this morning, if we're running a 2D replica exchange
simulation, for each exchange stage it should only exchange within one
dimension and all the exchange partners should have the same value of the
non-exchange variable. For example, if we have 4 replicas:

#0 (T1, S1)
#1 #1 (T1, S2)
#2 #2 (T2, S1)
#3 #3 (T2, S2)

in a temperature exchange stage it should try to exchange (#0 with #2
#2), and (#1
#1 with #3
#3) (no inter-group
exchanges!). In a salt concentration exchange stage, it should try to
exchange (#0 with #1
#1), and (#2
#2 with #3
#3) (no inter-group
exchanges!). If two replicas are different in both T and S (say, #0 and #3
#3), then we
shouldn't try to exchange them at all.

Thanks!
Haoyuan


Reply to this email directly or view it on GitHub
#17.

@antonst antonst closed this as completed Mar 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants