v0.3.3
ITensorNetworks v0.3.3
Closed issues:
- Current Implementation of apply() can be made more efficient (#39)
Merged pull requests:
- Full Update (#63) (@JoeyT1994)
- Implement
approx_itensornetwork(#66) (@LinjianMa) - Remove t argument from alternating_update and improve keyword argument handling (#67) (@emstoudenmire)
- Let randomITensorNetwork support general distributions (#68) (@LinjianMa)
- Introduce
binary_tree_structure,path_graph_structure, and renamebinary_tree_partition(#69) (@LinjianMa) - Add interface to
SweepContractorin examples (#71) (@LinjianMa) - Symmetric gauge (#72) (@JoeyT1994)
- Introduce
_contract_deltas(#73) (@LinjianMa) - Introduce
_root,_is_rooted,_is_rooted_directed_binary_tree(#74) (@LinjianMa)