File: complex-0_2.in

package info (click to toggle)
apbs 3.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 199,188 kB
  • sloc: ansic: 284,988; cpp: 60,416; fortran: 44,896; xml: 13,895; sh: 13,838; python: 8,105; yacc: 2,922; makefile: 1,428; f90: 989; objc: 448; lex: 294; awk: 266; sed: 205; java: 134; csh: 79
file content (78 lines) | stat: -rw-r--r-- 1,259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
##########################################################################
# POINT CHARGE POTENTIAL OF MEAN FORCE
##########################################################################

read 
    mol pqr mol0.pqr
    mol pqr mol2.pqr
    mol pqr complex-0_2.pqr
end

# COMPONENT 1 ENERGY
elec name point1
    mg-manual
    dime 65 65 65
    grid 0.21 0.21 0.21
    gcent 0.0 0.0 0.0
    mol 1
    lpbe
    bcfl mdh
    pdie 78.54
    sdie 78.54
    chgm spl0
    srfm spl2
    srad 1.4
    swin 0.3
    sdens 10.0
    temp 298.15
    calcenergy comps
    calcforce no 
end

# COMPONENT 2 ENERGY
elec name point2
    mg-manual
    dime 65 65 65
    grid 0.21 0.21 0.21
    gcent 0.0 0.0 0.0
    mol 2
    lpbe
    bcfl mdh
    pdie 78.54
    sdie 78.54
    chgm spl0
    srfm spl2
    srad 1.4
    swin 0.3
    sdens 10.0
    temp 298.15
    calcenergy comps
    calcforce no
end

# COMPLEX ENERGY 
elec name complex
    mg-manual
    dime 65 65 65
    grid 0.21 0.21 0.21
    gcent 0.0 0.0 0.0
    mol 3
    lpbe
    bcfl mdh
    pdie 78.54
    sdie 78.54
    chgm spl0
    srfm spl2
    srad 1.4
    swin 0.3
    sdens 10.0
    temp 298.15
    calcenergy comps
    calcforce no
end

# BINDING ENERGY
print elecEnergy complex - point1 - point2 end


quit