topol.top:
; File 'topol.top' was generated
; By user: Administrator (-1)
; At date: Wed Apr 9 21:23:05 2025
;
; This is a standalone topology file
;
; Created by:
; :-) GROMACS - gmx pdb2gmx, 2020.6-MODIFIED (-:
;
; Executable: D:\gmx2020.6\bin\\gmx.exe
; Data prefix: D:\gmx2020.6
; Working dir: D:\PRO\MD\ter
; Command line:
; gmx pdb2gmx -f 9cht(spdb).pdb -o processed.gro -ter
; Force field was read from current directory or a relative path - path added.
;
; Include forcefield parameters
#include "./charmm36.ff/forcefield.itp"
; Include chain topologies
#include "topol_Protein_chain_A.itp"
#include "topol_Protein_chain_B.itp"
#include "topol_Protein_chain_C.itp"
; Include water topology
#include "./charmm36.ff/tip3p.itp"
#ifdef POSRES_WATER
; Position restraint for each water oxygen
[ position_restraints ]
; i funct fcx fcy fcz
1 1 1000 1000 1000
#endif
; Include topology for ions
#include "./charmm36.ff/ions.itp"
[ system ]
; Name
UBIQUITIN-PROTEIN LIGASE E3A; 5 TRANSFERASE E3A,HUMAN PAPILLOMAVIRUS E6-ASSOCIATED PROTEIN,ONCOGENIC ; 6 PROTEIN-ASSOCIATED PROTEIN E6-AP,RENAL CARCINOMA ANTIGEN NY-REN-54; ; IMMUNOGLOBULIN G-BINDING PROTEIN G/CELLULAR TUMOR ANTIGEN ; 11 P53 FUSION PROTEIN; PROTEIN E6 in water
[ molecules ]
; Compound #mols
Protein_chain_A 1
Protein_chain_B 1
Protein_chain_C 1
SOL 71509
NA 12
minim.mdp:
; minim.mdp - used as input into grompp to generate em.tpr
; Parameters describing what to do, when to stop and what to save
integrator = steep ; Algorithm (steep = steepest descent minimization)
emtol = 1000.0 ; Stop minimization when the maximum force < 1000.0 kJ/mol/nm
emstep = 0.01 ; Minimization step size
nsteps = 50000 ; Maximum number of (minimization) steps to perform
; Parameters describing how to find the neighbors of each atom and how to calculate the interactions
nstlist = 1 ; Frequency to update the neighbor list and long range forces
cutoff-scheme = Verlet ; Buffered neighbor searching
ns_type = grid ; Method to determine neighbor list (simple, grid)
coulombtype = PME ; Treatment of long range electrostatic interactions
rcoulomb = 1.0 ; Short-range electrostatic cut-off
rvdw = 1.0 ; Short-range Van der Waals cut-off
pbc = xyz ; Periodic Boundary Conditions in all 3 dimensions