-
Notifications
You must be signed in to change notification settings - Fork 359
SU(2) Exact Diagonalization #898
base: master
Are you sure you want to change the base?
Conversation
Added a function to compute the low energy eigenstates of a local, SU(2)-symmetric Hamiltonian, in a way that exploits the SU(2) symmetry. Also added some generic SU(2) functionality e.g. functions to compute Clebsch-Gordan coefficients, Fusion Rules, Fusing two indices etc.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
thanks @qsukhi I'll take a look! |
Hi @qsukhi, I'm working through the code. It will take me a bit of time since it is a lot of code. In the meantime, can you change indenting to two spaces instead of four? I wonder why the linter didn't catch this. |
Thanks, @mganahl. |
Codecov Report
@@ Coverage Diff @@
## master #898 +/- ##
==========================================
- Coverage 98.12% 98.08% -0.05%
==========================================
Files 129 129
Lines 22790 22257 -533
==========================================
- Hits 22362 21830 -532
+ Misses 428 427 -1
Continue to review full report at Codecov.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #898 +/- ##
=======================================
Coverage 98.12% 98.12%
=======================================
Files 129 129
Lines 22790 22790
=======================================
Hits 22362 22362
Misses 428 428 ☔ View full report in Codecov by Sentry. |
Added a function to compute the low energy eigenstates of a local, SU(2)-symmetric Hamiltonian, in a way that exploits the SU(2) symmetry. Also added some generic SU(2) functionality e.g. functions to compute Clebsch-Gordan coefficients, Fusion Rules, Fusing two indices etc.