Package schrodinger :: Package application :: Package desmond :: Package packages :: Module united
[hide private]
[frames] | no frames]

Module united


Version: None

Classes [hide private]
  dimension
a wrapped symbolic dimension.
  quantity
wrapped united symbolic quantity.
Functions [hide private]
 
dim(...)
dim( (str)arg1) -> dimension : (string)->dimension Returns an algebraic combination of pre-defined dimensions.
object :
dims()
()->list of dimensions Returns the list of the pre-defined dimensions used in dim(string).
 
unit(...)
unit( (str)arg1) -> quantity : (string)->quantity Returns an algebraic combination of pre-defined units.
object :
units()
()->list of string Returns the list of pre-defined units using in unit(string).
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

dim(...)

 

dim( (str)arg1) -> dimension :
    (string)->dimension
    Returns an algebraic combination of pre-defined dimensions.

    C++ signature :
        desres::united::sdimension dim(std::string)

dims()

 
    ()->list of dimensions
    Returns the list of the pre-defined dimensions used in dim(string).

    C++ signature :
        boost::python::api::object dims()

Returns: object :

unit(...)

 

unit( (str)arg1) -> quantity :
    (string)->quantity
    Returns an algebraic combination of pre-defined units.

    C++ signature :
        desres::united::squantity<double, desres::united::PEAK::system> unit(std::string)

units()

 
    ()->list of string
    Returns the list of pre-defined units using in unit(string).

    C++ signature :
        boost::python::api::object units()

Returns: object :