edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.gui.forcefield.eef1
/
EEF1ForcefieldParams
/
AtomPairParams
Atom
Pair
Params
inner
class
AtomPairParams
(
vdwRadiusa
:
Double
,
lambdaa
:
Double
,
vdwRadiusb
:
Double
,
lambdab
:
Double
,
alpha1
:
Double
,
alpha2
:
Double
)
:
ForcefieldParams.AtomPairParams
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Atom
Pair
Params
Link copied to clipboard
fun
AtomPairParams
(
a
:
EEF1.AtomType
,
b
:
EEF1.AtomType
)
Content copied to clipboard
Functions
calc
Energy
Link copied to clipboard
open
override
fun
calcEnergy
(
r
:
Double
)
:
Double
Content copied to clipboard
Properties
alpha1
Link copied to clipboard
val
alpha1
:
Double
Content copied to clipboard
alpha2
Link copied to clipboard
val
alpha2
:
Double
Content copied to clipboard
lambdaa
Link copied to clipboard
val
lambdaa
:
Double
Content copied to clipboard
lambdab
Link copied to clipboard
val
lambdab
:
Double
Content copied to clipboard
list
Link copied to clipboard
open
override
val
list
:
List
<
Double
>
Content copied to clipboard
vdwRadiusa
Link copied to clipboard
val
vdwRadiusa
:
Double
Content copied to clipboard
vdwRadiusb
Link copied to clipboard
val
vdwRadiusb
:
Double
Content copied to clipboard