Skip to content

Commit

Permalink
Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dallonasnes committed Nov 13, 2023
1 parent dbeee3d commit 1d7271b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scratchpad/tn_api/tn.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ def __repr__(self):
slice_dict = {0: slice(0, 2), 1: slice(1, 3)}
sliced_tn = tn.slice(slice_dict)

# Where did I leave off?
# Having trouble verifying tests, perhaps logic is incorrect but it makes sense to me

# can also do "contract all except..." by knowing indices of edges in tn
# generate random indices to contract

Expand Down

0 comments on commit 1d7271b

Please sign in to comment.