Skip to content

Commit 711ce2b

Browse files
committed
WIP: replace part of DNA with ssDNA
1 parent 5230b13 commit 711ce2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/smc_lammps/generate/generate.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,14 @@ def parse_inputs(argv: list[str]) -> tuple[Path, Parameters]:
481481
stopper_type, mol_stopper, st_dna_id[0], st_dna_id[1], None, None, stopper_size
482482
)
483483

484+
# place ssDNA
485+
start: int = 100
486+
length: int = 20 # amount of beads
487+
488+
dna_config.change_dna_stiffness(
489+
0, start, start + length, dna_bond, ssdna_angle
490+
)
491+
484492

485493
gen.add_atom_groups(
486494
*dna_config.get_all_groups(),

0 commit comments

Comments
 (0)