MCPcopy Create free account
hub / github.com/BioinfoMachineLearning/FlowDock / get_vdw_radii_array

Function get_vdw_radii_array

flowdock/data/components/physical.py:20–24  ·  view source on GitHub ↗

Get van der Waals radii array.

()

Source from the content-addressed store, hash-verified

18
19
20def get_vdw_radii_array():
21 """Get van der Waals radii array."""
22 return np.array(
23 [VDW_RADII_MAPPING[i] if i in VDW_RADII_MAPPING.keys() else -1.0 for i in range(119)]
24 )
25
26
27def get_vdw_radii_array_uff():

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected