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