psi4.core.Dimension¶
-
class
psi4.core.
Dimension
¶ Bases:
object
docstring
Attributes Summary
name
The name of the dimension. Methods Summary
from_list
(dims[, name])Builds a core.Dimension object from a python list or tuple. init
((self: psi4.core.Dimension, arg0: int, ...)Re-initializes the dimension object n
((self: psi4.core.Dimension) -> int)The order of the dimension print_out
((self: psi4.core.Dimension) -> None)docstring to_tuple
(dim)Converts a core.Dimension object to a tuple. Attributes Documentation
-
name
¶ The name of the dimension. Used in printing.
Methods Documentation
-
classmethod
from_list
(dims, name='New Dimension')¶ Builds a core.Dimension object from a python list or tuple. If a dimension object is passed a copy will be returned.
-
init
(self: psi4.core.Dimension, arg0: int, arg1: str) → None¶ Re-initializes the dimension object
-
n
(self: psi4.core.Dimension) → int¶ The order of the dimension
-
print_out
(self: psi4.core.Dimension) → None¶ docstring
-
to_tuple
(dim)¶ Converts a core.Dimension object to a tuple.
-
classmethod
from_list
(dims, name='New Dimension') Builds a core.Dimension object from a python list or tuple. If a dimension object is passed a copy will be returned.
-
init
(self: psi4.core.Dimension, arg0: int, arg1: str) → None Re-initializes the dimension object
-
n
(self: psi4.core.Dimension) → int The order of the dimension
-
name
The name of the dimension. Used in printing.
-
print_out
(self: psi4.core.Dimension) → None docstring
-
to_tuple
(dim) Converts a core.Dimension object to a tuple.
-