dodanie parametrow do nanotube
[unres.git] / source / unres / src_MD-M / COMMON.INTERACT
1       double precision aa,bb,augm,aad,bad,app,bpp,ale6,ael3,ael6,
2      &aa_lip,bb_lip,aa_aq,bb_aq,sc_aa_tube_par,sc_bb_tube_par,
3      & pep_aa_tube,pep_bb_tube
4       double precision wdti,wdti2,wdti4,wdti8,
5      &                 wdtii,wdtii2,wdtii4,wdtii8 
6       common /nosehoover_dt/
7      &   wdti(maxyosh),wdti2(maxyosh),wdti4(maxyosh),wdti8(maxyosh),
8      &   wdtii(maxyosh),wdtii2(maxyosh),wdtii4(maxyosh),wdtii8(maxyosh)
9       integer expon,expon2
10       integer nnt,nct,nint_gr,istart,iend,itype,itel,itypro,
11      & ielstart,ielend,ielstart_vdw,ielend_vdw,nscp_gr,iscpstart,
12      & iscpend,iatsc_s,iatsc_e,
13      & iatel_s,iatel_e,iatscp_s,iatscp_e,iatel_s_vdw,iatel_e_vdw,
14      & ispp,iscp
15       common /interact/aa_aq(ntyp,ntyp),bb_aq(ntyp,ntyp),
16      & aa_lip(ntyp,ntyp),bb_lip(ntyp,ntyp),
17      & sc_aa_tube_par(ntyp),sc_bb_tube_par(ntyp),
18      & pep_aa_tube,pep_bb_tube,
19      & augm(ntyp,ntyp),
20      & aad(ntyp,2),bad(ntyp,2),app(2,2),bpp(2,2),ael6(2,2),ael3(2,2),
21      & expon,expon2,nnt,nct,nint_gr(maxres),istart(maxres,maxint_gr),
22      & iend(maxres,maxint_gr),itype(maxres),itel(maxres),itypro,
23      & ielstart(maxres),ielend(maxres),ielstart_vdw(maxres),
24      & ielend_vdw(maxres),nscp_gr(maxres),
25      & iscpstart(maxres,maxint_gr),iscpend(maxres,maxint_gr),
26      & iatsc_s,iatsc_e,iatel_s,iatel_e,iatel_s_vdw,iatel_e_vdw,
27      & iatscp_s,iatscp_e,ispp,iscp
28 C 12/1/95 Array EPS included in the COMMON block.
29       double precision eps,epslip,sigma,sigmaii,rs0,chi,chip,alp,
30      & sigma0,sigii,
31      & rr0,r0,r0e,r0d,rpp,epp,elpp6,elpp3,eps_scp,rscp
32       common /body/eps(ntyp,ntyp),epslip(ntyp,ntyp),
33      & sigma(0:ntyp1,0:ntyp1),
34      & sigmaii(ntyp,ntyp),
35      & rs0(ntyp,ntyp),chi(ntyp,ntyp),chip(ntyp),alp(ntyp),sigma0(ntyp),
36      & sigii(ntyp),rr0(ntyp),r0(ntyp,ntyp),r0e(ntyp,ntyp),r0d(ntyp,2),
37      & rpp(2,2),epp(2,2),elpp6(2,2),elpp3(2,2),eps_scp(ntyp,2),
38      & rscp(ntyp,2)
39 c 12/5/03 modified 09/18/03 Bond stretching parameters.
40       double precision vbldp0,vbldpDUM,
41      &  vbldsc0,akp,aksc,abond0,distchainmax
42       integer nbondterm
43       common /stretch/ vbldp0,vbldpDUM,
44      & vbldsc0(maxbondterm,ntyp),akp,
45      & aksc(maxbondterm,ntyp),abond0(maxbondterm,ntyp),
46      & distchainmax,nbondterm(ntyp)
47 C 01/29/15 Lipidic parameters
48       double precision   pepliptran,liptranene,
49      &tubetranene, tubetranenepep
50       common /lipid/ pepliptran,liptranene(ntyp)
51       common /tubepar/ tubetranene(ntyp), tubetranenepep
52