quick fix to test atomistic systems

This commit is contained in:
Robin
2025-08-11 23:11:35 +02:00
parent 93d0625ca6
commit 22e12c05d2
11 changed files with 3101 additions and 17 deletions

View File

@@ -135,9 +135,44 @@ L 1
L NMOL
EOF
cat > topology.top << EOF
[ defaults ]
; nbfunc comb-rule gen-pairs fudgeLJ fudgeQQ
1 2 yes 1.0 1.0
[atomtypes]
;name mass charge ptype sigma epsilon
A MASS 0.000 A SIGMA_A EPSILON_A
B MASS 0.000 A SIGMA_B EPSILON_B
[moleculetype]
; name nrexcl
A 1
[atoms]
; nr type resnr residu atom cgnr charge
1 A 1 L A 1 CHARGE_A MASS
[moleculetype]
; name nrexcl
B 1
[atoms]
; nr type resnr residu atom cgnr charge
1 B 1 L B 1 CHARGE_B MASS
[system]
MODEL
[molecules]
A 1000
B 2000
EOF
#=====================================================================================
bash ../create_emin.sh
bash ../create_annealing1.sh
echo $(dirname $0)
bash ".$(dirname $0)/create_emin.sh"
bash ".$(dirname $0)/create_annealing1.sh"
#=====================================================================================