We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Jutho and Lukas, Is there a function, given a sector type with braiding, returns another sector type with reversed braiding?
The text was updated successfully, but these errors were encountered:
No there is not; is that what we would call the time-reversed sector (category)? It could be a nice to add this over at https://github.com/QuantumKitHub/TensorKitSectors.jl , i.e. a simple wrapper sector:
struct TimeReversed{I<:Sector} a::I end
Feel free to make a PR to add something like this.
Sorry, something went wrong.
OK I will do it.
No branches or pull requests
Hi Jutho and Lukas,
Is there a function, given a sector type with braiding, returns another sector type with reversed braiding?
The text was updated successfully, but these errors were encountered: