Skip to content

Commit

Permalink
Don't use obsolete ReplicaExchange0 class
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 16, 2023
1 parent a6895ba commit 1498b1c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def add_spc110_rep(mol,gtusc_pdbfile,gtusc_chain,gtusc_pdb_offset,unstructured_b
dof.optimize_flexible_beads(100)

# Run replica exchange Monte Carlo sampling
mc1=IMP.pmi.macros.ReplicaExchange0(mdl,
mc1=IMP.pmi.macros.ReplicaExchange(mdl,
root_hier=root_hier, # pass the root hierarchy
monte_carlo_temperature = 1.0,
replica_exchange_minimum_temperature = 1.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def add_spc110_rep(mol,gtusc_pdbfile,gtusc_chain,gtusc_pdb_offset,unstructured_b
dof.optimize_flexible_beads(100)

# Run replica exchange Monte Carlo sampling
mc1=IMP.pmi.macros.ReplicaExchange0(mdl,
mc1=IMP.pmi.macros.ReplicaExchange(mdl,
root_hier=root_hier, # pass the root hierarchy
monte_carlo_temperature = 1.0,
replica_exchange_minimum_temperature = 1.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def add_spc110_rep(mol,gtusc_pdbfile,gtusc_chain,gtusc_pdb_offset,unstructured_b
dof.optimize_flexible_beads(100)

# Run replica exchange Monte Carlo sampling
mc1=IMP.pmi.macros.ReplicaExchange0(mdl,
mc1=IMP.pmi.macros.ReplicaExchange(mdl,
root_hier=root_hier, # pass the root hierarchy
monte_carlo_temperature = 1.0,
replica_exchange_minimum_temperature = 1.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def add_spc110_rep(mol,gtusc_pdbfile,gtusc_chain,gtusc_pdb_offset,unstructured_b


# Run replica exchange Monte Carlo sampling
mc1=IMP.pmi.macros.ReplicaExchange0(mdl,
mc1=IMP.pmi.macros.ReplicaExchange(mdl,
root_hier=root_hier, # pass the root hierarchy
monte_carlo_temperature = 1.0,
replica_exchange_minimum_temperature = 1.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def add_spc110_rep(mol,gtusc_pdbfile,gtusc_chain,gtusc_pdb_offset,unstructured_b
dof.optimize_flexible_beads(100)

# Run replica exchange Monte Carlo sampling
mc1=IMP.pmi.macros.ReplicaExchange0(mdl,
mc1=IMP.pmi.macros.ReplicaExchange(mdl,
root_hier=root_hier, # pass the root hierarchy
monte_carlo_temperature = 1.0,
replica_exchange_minimum_temperature = 1.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def add_spc110_rep(mol,gtusc_pdbfile,gtusc_chain,gtusc_pdb_offset,unstructured_b
dof.optimize_flexible_beads(100)

# Run replica exchange Monte Carlo sampling
mc1=IMP.pmi.macros.ReplicaExchange0(mdl,
mc1=IMP.pmi.macros.ReplicaExchange(mdl,
root_hier=root_hier, # pass the root hierarchy
monte_carlo_temperature = 1.0,
replica_exchange_minimum_temperature = 1.0,
Expand Down

0 comments on commit 1498b1c

Please sign in to comment.