BlockOPoints¶
- class psi4.core.BlockOPoints¶
Bases:
pybind11_objectdocstring
Methods Summary
docstring
npoints(self)docstring
parent_atom(self)Returns the atom number this BlockOfPoints belongs to.
print_out(self[, out_fname, print])docstring
refresh(self)docstring
shells_local_to_global(self)docstring
w(self)x(self)y(self)z(self)Methods Documentation
- functions_local_to_global(self: psi4.core.BlockOPoints) list[int]¶
docstring
- npoints(self: psi4.core.BlockOPoints) int¶
docstring
- parent_atom(self: psi4.core.BlockOPoints) int¶
Returns the atom number this BlockOfPoints belongs to.
- print_out(self: psi4.core.BlockOPoints, out_fname: str = 'outfile', print: SupportsInt = 2) None¶
docstring
- refresh(self: psi4.core.BlockOPoints) None¶
docstring
- shells_local_to_global(self: psi4.core.BlockOPoints) list[int]¶
docstring
- w(self: psi4.core.BlockOPoints) psi4.core.Vector¶
- x(self: psi4.core.BlockOPoints) psi4.core.Vector¶
- y(self: psi4.core.BlockOPoints) psi4.core.Vector¶
- z(self: psi4.core.BlockOPoints) psi4.core.Vector¶