-
Notifications
You must be signed in to change notification settings - Fork 8
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
Symmetry enforcement in meanfield #323
base: master
Are you sure you want to change the base?
Conversation
docstrings simplifications and fixes fix dispatch for N=2 fixes to CompressedOrbitalMatrix indexing serialize(T, ::OrbitalSliceArray) fix test
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #323 +/- ##
==========================================
- Coverage 92.47% 92.32% -0.15%
==========================================
Files 39 39
Lines 6906 6999 +93
==========================================
+ Hits 6386 6462 +76
- Misses 520 537 +17 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
also, assume Hermtian Hamiltonian in Schur ρ solver
This stores the output of calling a
MeanField
object in a new subtype ofOrbitalSliceMatrix
, calledCompressedOrbitalMatrix
, that keeps only an encoding of the original matrix. This allows to enforce hermiticity, Nambu structure and other symmetries by construction.We also include an extension of serialize/deserialize to reinterpret as a given eltype, for compatibility with more fixed-point solvers.