Public Member Functions | |
def | __init__ |
def | __str__ |
Data Fields | |
dime | |
method | |
istrng | |
glen | |
cglen | |
fglen | |
pdime | |
label | |
nlev | |
ofrac | |
async | |
asyncflag | |
cgcent | |
fgcent | |
gcent | |
mol | |
lpbe | |
npbe | |
bcfl | |
ion | |
pdie | |
sdie | |
srfm | |
chgm | |
sdens | |
srad | |
swin | |
temp | |
gamma | |
calcenergy | |
calcforce | |
write |
An object for the ELEC section of an APBS input file
Definition at line 78 of file inputgen.py.
def __init__ | ( | self, | |
pqrpath, | |||
size, | |||
method, | |||
asyncflag, | |||
istrng = 0 , |
|||
potdx = 0 |
|||
) |
Initialize the variables that can be set in this object Users can modify any of these variables (that's why they're here!)
Definition at line 82 of file inputgen.py.
def __str__ | ( | self ) |
Return the elec statement as a string. Check the method to see which keywords to use.
Definition at line 137 of file inputgen.py.