File: apbs-mol-fem-extmesh.in

package info (click to toggle)
apbs 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 38,840 kB
  • ctags: 7,893
  • sloc: ansic: 44,537; xml: 21,399; sh: 20,613; fortran: 17,796; yacc: 2,922; python: 2,804; makefile: 567; lex: 294; sed: 205; java: 134; awk: 26
file content (71 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download
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
#############################################################################
### BORN ION SOLVATION ENERGY -- FE method
### $Id: apbs-mol-fem.in 1026 2006-12-29 16:02:16Z sobolevnrm $
###
### Please see APBS documentation (http://apbs.sourceforge.net/doc/) for 
### input file sytax.
#############################################################################
read 
	mol pqr ion.pqr
	mesh mcsf mesh.m
end
elec name born
	fe-manual
	domainLength 12 12 12
	etol 0.1
	ekey glob
	akeyPRE geom
	akeySOLVE resi
	targetNum 10000
	targetRes 0.0
	maxsolve 5
	maxvert 1000000
	usemesh 1
	mol 1
	lpbe
	ion charge 1 conc 0.0 radius 2.0
	ion charge -1 conc 0.0 radius 2.0
	bcfl mdh
	pdie 1.0
	sdie 78.54
	srfm mol
	srad 1.4
	swin 0.3
	sdens 10.0
	temp 298.15
	calcenergy total
	calcforce no
	write pot dx pot
	write smol dx acc
end
elec name born_ref
	fe-manual
	domainLength 12 12 12
	etol 0.1
	ekey glob
	akeyPRE geom
	akeySOLVE resi
	targetNum 10000
	targetRes 0.0
	maxsolve 5
	maxvert 1000000
	usemesh 1
	mol 1
	lpbe
	bcfl mdh
	pdie 1.0
	sdie 1.0
	srfm mol
	srad 1.4
	swin 0.3
	sdens 10.0
	temp 298.15
	calcenergy total
	calcforce no
	write pot dx pot
	write smol dx acc
end

print energy born - born_ref end

quit