adsorpy.typing module¶
Type aliases for the adsorpy library.
- adsorpy.typing.BufferArray¶
2D array of Polygons. Used for molecules with (different) buffer radii.
- adsorpy.typing.CoordPair¶
2x1 array of a single coordinate pair.
alias of
ndarray[tuple[Literal[2],Literal[1]],dtype[float64]]
- adsorpy.typing.CoordsArray¶
2xn array of coordinates.
- adsorpy.typing.CoordsArray3D¶
3xn array of floats. 3D coordinates.
- adsorpy.typing.DistArray¶
1D array of floats. Often used to denote distances, so usually positive.
- adsorpy.typing.FloatArray¶
Array of floats. No dimensions given.
- adsorpy.typing.IdxArray¶
1D array of ints, used for indices.
- adsorpy.typing.InDict¶
A dictionary and the values that can be found in it.
- adsorpy.typing.PrepGeoArray¶
1D array of PreparedGeometry[Polygon]s, used for fast vectorised evaluation of overlap and coordinates.