Skip to content

Commit

Permalink
all simulations in 7 with 2 slabs
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-glisman committed Mar 6, 2024
1 parent e556f58 commit 7bd6f25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export PDB_BULK_ZMIN='4.62' # z-coordinate of bottom of bulk part of crystal in
export PDB_BULK_ZMAX='5.09' # z-coordinate of top of bulk part of crystal in nm in PDB file

# number of each component
export N_SLAB='1' # number of crystal slabs {1, 2}
export N_SLAB='2' # number of crystal slabs {1, 2}
export N_MONOMER='0' # number of monomers in chain {1, 2, 5, 8, 16, 32}
export N_CHAIN='0' # number of chains
export N_CARBONATE='0' # number of aqueous carbonate ions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export PDB_BULK_ZMIN='4.62' # z-coordinate of bottom of bulk part of crystal in
export PDB_BULK_ZMAX='5.09' # z-coordinate of top of bulk part of crystal in nm in PDB file

# number of each component
export N_SLAB='1' # number of crystal slabs {1, 2}
export N_SLAB='2' # number of crystal slabs {1, 2}
export N_MONOMER='1' # number of monomers in chain {1, 2, 5, 8, 16, 32}
export N_CHAIN='16' # number of chains
export N_CARBONATE='0' # number of aqueous carbonate ions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export PDB_BULK_ZMIN='4.62' # z-coordinate of bottom of bulk part of crystal in
export PDB_BULK_ZMAX='5.09' # z-coordinate of top of bulk part of crystal in nm in PDB file

# number of each component
export N_SLAB='1' # number of crystal slabs {1, 2}
export N_SLAB='2' # number of crystal slabs {1, 2}
export N_MONOMER='16' # number of monomers in chain {1, 2, 5, 8, 16, 32}
export N_CHAIN='1' # number of chains
export N_CARBONATE='0' # number of aqueous carbonate ions
Expand Down

0 comments on commit 7bd6f25

Please sign in to comment.