2 """This script shows how to simulate an atomic system with MD, 
    3 with a secondary structure elastic network to speed things up. 
   18     print(
"This example is too slow to test in debug mode - run without")
 
   19     print(
"internal tests enabled, or without the --run-quick-test flag")
 
   25 st1 = s.create_state()
 
   29 gcp2 = st1.create_molecule(
"GCP2", sequence=seqs[
"GCP2_YEAST"], chain_id=
'A')
 
   37 gcp2.add_representation(a1, resolutions=[0])
 
   38 print(
'building molecule')
 
   42 print(
'adding restraints')
 
   48                              name_map={
'A': 
'GCP2'})
 
   50 for sse 
in sses[
'helix']+sses[
'beta']:
 
   62 md_ps = dof.setup_md(gcp2)
 
   66     molecular_dynamics_sample_objects=md_ps,
 
   67     molecular_dynamics_steps=5,
 
   69     number_of_best_scoring_models=0,
 
   72     global_output_directory=
'atomistic_output/')