Notes for Developers

Known Bugs

Todo

The function tensornet.svds.svd_factorize() does not always handle the leg names correctly.

Complete ToDo List

Todo

The function tensornet.svds.svd_factorize() does not always handle the leg names correctly.

(The original entry is located in /home/gefux/git/tensornet/doc/pages/development.rst, line 7.)

Todo

complete docstring.

(The original entry is located in /home/gefux/git/tensornet/tensornet/tensor.py:docstring of tensornet.tensor.Tensor.draw, line 7.)

Todo

gefux: If a tensornet user would use this method it would violate the abstraction principle, because _tensor_data is the internal storage that could be a space tensor or something else later. It’s name should therefor start with “_”.

(The original entry is located in /home/gefux/git/tensornet/tensornet/tensor.py:docstring of tensornet.tensor.Tensor.update, line 1.)

Todo

gefux: I find the name “update” inappropriate because it only applies to the case were there is no extra abstract information (no deltas, or something else in the future).

(The original entry is located in /home/gefux/git/tensornet/tensornet/tensor.py:docstring of tensornet.tensor.Tensor.update, line 7.)

Todo

gefux: In case we actually do want this to be a public method, should we copy the tensordata (like in the constructor) or reference it (like done here)?

(The original entry is located in /home/gefux/git/tensornet/tensornet/tensor.py:docstring of tensornet.tensor.Tensor.update, line 12.)

Todo

gefux: This seems to be not compatible with having deltas in the Tensor, i.e. it throws away this information by using self.get_ndarray().

(The original entry is located in /home/gefux/git/tensornet/tensornet/tensor.py:docstring of tensornet.tensor.Tensor._merge_legs, line 1.)

Todo

gefux: This seems to be not compatible with having deltas in the Tensor, i.e. it throws away this information by using self.get_ndarray().

(The original entry is located in /home/gefux/git/tensornet/tensornet/tensor.py:docstring of tensornet.tensor.Tensor._split_legs, line 1.)

Todo

rethink the name of this module.

(The original entry is located in /home/gefux/git/tensornet/tensornet/singlesite.py:docstring of tensornet.singlesite, line 6.)

Todo

complete docstring.

(The original entry is located in /home/gefux/git/tensornet/tensornet/ncon.py:docstring of tensornet.ncon.plug_single, line 11.)

Todo

restructure docstring.

(The original entry is located in /home/gefux/git/tensornet/tensornet/ncon.py:docstring of tensornet.ncon.ncon, line 19.)

Todo

We probably don’t really need scipy here. So we might have one dependency less for installing.

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds, line 9.)

Todo

complete docstring.

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds.svd, line 3.)

Todo

complete docstring

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds.svd_factorize, line 3.)

Todo

does not handle the descriptions and names correctly. Fix the bug!

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds.svd_factorize, line 6.)

Todo

complete docstring.

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds.single_svd_factorize, line 3.)

Todo

use svd_factorize for ocenter.

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds.contract_and_svd, line 3.)

Todo

complete docstring.

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds.contract_and_svd, line 6.)

Todo

complete docstring.

(The original entry is located in /home/gefux/git/tensornet/tensornet/svds.py:docstring of tensornet.svds.svd_and_plug, line 3.)

Todo

write rest (most) of the documentation!

(The original entry is located in /home/gefux/git/tensornet/doc/pages/modules.rst, line 68.)

Todo

find a reasonable way of sorting the methods and functions (maybe alphabetically?).

(The original entry is located in /home/gefux/git/tensornet/doc/pages/modules.rst, line 71.)