Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sectors] Non-abelian fusion #1363

Draft
wants to merge 97 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 25, 2024

  1. clean start for non-abelian on main

    rebase on latest GradedAxes
    set GradedAxes as a Sector dependency
    define fusion rules for simple categories
    pass test for simple categories
    ogauthe committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    882617d View commit details
    Browse the repository at this point in the history
  2. split fusion rules test

    ogauthe committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    11121c9 View commit details
    Browse the repository at this point in the history
  3. rename chain axis_cat

    ogauthe committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    703c2f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b5eb7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4ef71a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e402c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11a762a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    10ff71b View commit details
    Browse the repository at this point in the history
  2. rm GradedAxesSectorsExt

    ogauthe committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c64af63 View commit details
    Browse the repository at this point in the history
  3. fix category name

    ogauthe committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e6c5c49 View commit details
    Browse the repository at this point in the history
  4. remove ⊕

    ogauthe committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    57738e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    33c87e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    8bdfd31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6b20f View commit details
    Browse the repository at this point in the history
  3. fix pairing

    ogauthe committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b84772f View commit details
    Browse the repository at this point in the history
  4. typo

    ogauthe committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9f86bf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    256f275 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    7c575e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f695c5f View commit details
    Browse the repository at this point in the history
  3. use SymmetryStyle

    ogauthe committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c7b8b50 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fusion rules for NamedTuple

    ogauthe committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2508c61 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    e234a75 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. improve type stability

    ogauthe committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    be3f351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0d757 View commit details
    Browse the repository at this point in the history
  3. fix product of singlet

    ogauthe committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6e6b10c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    667ea0f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. trickier tests

    ogauthe committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    11434d6 View commit details
    Browse the repository at this point in the history
  2. all test passing

    ogauthe committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1830781 View commit details
    Browse the repository at this point in the history
  3. def and use gradedisequal

    ogauthe committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3ae8e46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc96238 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b71f9b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    56de936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34dc147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    551db7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f54001 View commit details
    Browse the repository at this point in the history
  5. simplify quantum_dimensions

    ogauthe committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    06febc1 View commit details
    Browse the repository at this point in the history
  6. blockmergesortperm for dual

    ogauthe committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2396e5e View commit details
    Browse the repository at this point in the history
  7. remove unused functions

    ogauthe committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dfa478d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. add more comments

    ogauthe committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0000e5c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. support julia 1.6

    ogauthe committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    57b3fc8 View commit details
    Browse the repository at this point in the history
  2. Swap Ordered Products and Named Category Products

    Named Category implementation calls Ordered Products, better to
    define and test Ordered Product first.
    ogauthe committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c6f24f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    c0e8e8d View commit details
    Browse the repository at this point in the history
  2. add comment on label type

    ogauthe committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0e1869f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    9b3419c View commit details
    Browse the repository at this point in the history
  2. typo

    ogauthe committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b0e71fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b80a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. improve display

    ogauthe committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    68662a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298338d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598cd42 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    bc10ca0 View commit details
    Browse the repository at this point in the history
  2. simplify SU{N}

    ogauthe committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    60a5410 View commit details
    Browse the repository at this point in the history
  3. SU2 as a concrete type

    ogauthe committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    de95045 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. trivial(::AbstractCategory)

    ogauthe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    043d106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ab67e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    c4f10e0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. def isdual

    ogauthe committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d3e0f34 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. define block_boundaries

    ogauthe committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bc5a2b7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    5ddf8ea View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    96e9992 View commit details
    Browse the repository at this point in the history
  2. remove unused dual(type)

    ogauthe committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ba863f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e618ed0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27b03d9 View commit details
    Browse the repository at this point in the history
  5. simplify istrivial

    ogauthe committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c36654e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. use iterator

    ogauthe committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7683df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be768ab View commit details
    Browse the repository at this point in the history
  3. define categories_trivial

    ogauthe committed May 30, 2024
    Configuration menu
    Copy the full SHA
    326ec5f View commit details
    Browse the repository at this point in the history
  4. categories_isequal

    ogauthe committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d3cced6 View commit details
    Browse the repository at this point in the history
  5. test sector() acts as trivial

    ogauthe committed May 30, 2024
    Configuration menu
    Copy the full SHA
    00b2172 View commit details
    Browse the repository at this point in the history
  6. fix new line in printing

    ogauthe committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d30c320 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    e738a11 View commit details
    Browse the repository at this point in the history
  2. sector with Type arg

    ogauthe committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fc9bacb View commit details
    Browse the repository at this point in the history
  3. reorder file

    ogauthe committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3bcde67 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. use @inferred_latest

    ogauthe committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9c968b0 View commit details
    Browse the repository at this point in the history
  2. clean categories_fusion_rule

    ogauthe committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bf31a2e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. dual blocklabels

    ogauthe committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7d7e57d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fuse EmptyCategory

    ogauthe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4dae197 View commit details
    Browse the repository at this point in the history
  2. reorder file

    ogauthe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    aff0006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa1317 View commit details
    Browse the repository at this point in the history
  4. used labelled

    ogauthe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    18763f6 View commit details
    Browse the repository at this point in the history
  5. use mapreduce

    ogauthe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    951f08e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    bd8e6e7 View commit details
    Browse the repository at this point in the history
  2. add tests

    ogauthe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f366af7 View commit details
    Browse the repository at this point in the history
  3. support OneToOne

    ogauthe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cbda58b View commit details
    Browse the repository at this point in the history
  4. share more implementation

    ogauthe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cdc4030 View commit details
    Browse the repository at this point in the history
  5. reorder file

    ogauthe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1ef04c1 View commit details
    Browse the repository at this point in the history
  6. rigorous comparisons

    ogauthe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2bfe8dd View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    19df9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    a86e67e View commit details
    Browse the repository at this point in the history
  2. fix tests

    ogauthe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3b4e3cb View commit details
    Browse the repository at this point in the history
  3. define flip

    ogauthe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d42c017 View commit details
    Browse the repository at this point in the history
  4. show(::UnitRangeDual)

    ogauthe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    45e8cc6 View commit details
    Browse the repository at this point in the history
  5. fix tensor_product(::dual)

    ogauthe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    43c8b4d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. adapt to BlockArrays 1.1

    ogauthe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fb59499 View commit details
    Browse the repository at this point in the history
  2. fix Vararg

    ogauthe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b47fded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2193a93 View commit details
    Browse the repository at this point in the history
  4. remove unneeded method

    ogauthe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9a04046 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    7397ba6 View commit details
    Browse the repository at this point in the history