Modules in tensorNet ===================== .. automodule:: tensornet.tensor .. autoclass:: tensornet.tensor.Tensor .. automethod:: __init__ .. automethod:: draw .. automethod:: set_description .. automethod:: set_name .. automethod:: get_ndarray .. automethod:: get_description .. automethod:: get_legs_description .. automethod:: get_name .. automethod:: get_shape .. automethod:: get_dim .. automethod:: get_index_deltas .. automethod:: make_delta .. automethod:: sum_over .. automethod:: merge_legs **private functions:** .. automethod:: update .. automethod:: _merge_legs .. automethod:: _split_legs .. automodule:: tensornet.singlesite :members: .. automodule:: tensornet.ncon .. autofunction:: reasurement .. autofunction:: plug_single .. autofunction:: ncon .. automodule:: tensornet.svds .. autofunction:: svd .. autofunction:: svd_factorize .. autofunction:: single_svd_factorize .. autofunction:: contract_and_svd .. autofunction:: svd_and_plug .. todo:: write rest (most) of the documentation! .. todo:: find a reasonable way of sorting the methods and functions (maybe alphabetically?).