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

Work towards entangled units #178

Merged
merged 44 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
78446c7
spin_matrices take S label
kbarros Oct 12, 2023
153bb12
Progress
kbarros Oct 12, 2023
959e922
Progress
kbarros Oct 12, 2023
929c650
Progress
kbarros Oct 14, 2023
f7f08e1
Progress
kbarros Oct 16, 2023
450d1fd
Tests passing (except JET)
kbarros Oct 16, 2023
7de21c1
Export set_pair_coupling_at!
kbarros Oct 16, 2023
4081c14
LSWT general interactions
ddahlbom Oct 16, 2023
b44fc43
Cruft removal, cosmetics
ddahlbom Oct 16, 2023
dcfca82
Calc external field operators during construction
ddahlbom Oct 17, 2023
3e9346f
Check for empty interactions (speedup)
ddahlbom Oct 17, 2023
5c8e9f0
Eliminate scratch buffers
ddahlbom Oct 17, 2023
16a3ada
Eliminate allocations with fix
ddahlbom Oct 17, 2023
980702f
Minor cleanups
ddahlbom Oct 17, 2023
6ea82b5
Simplified notation for general interactions
ddahlbom Oct 17, 2023
fba0635
Quadrupole progress
ddahlbom Oct 17, 2023
cc45645
Biquadratic cleanup
ddahlbom Oct 17, 2023
a5ddaee
Spin ladder reference test, cosmetic adjustments
ddahlbom Oct 17, 2023
8c8a645
Remove cruft
ddahlbom Oct 17, 2023
06a2721
Docs update
kbarros Oct 17, 2023
9b9565b
More Stevens ops and renormalizations
kbarros Oct 17, 2023
ed41aad
generated mul_quadrupole_matrices
ddahlbom Oct 17, 2023
4cf0f4d
generated expected_quadrupoles
ddahlbom Oct 17, 2023
ae2ee55
More docs tweaks
kbarros Oct 17, 2023
a315bb6
Code reorg
ddahlbom Oct 17, 2023
4b044e0
Reorg tweeks
ddahlbom Oct 17, 2023
bbc9101
Temporary optimizations
ddahlbom Oct 17, 2023
d550025
reinterpret for better indexing
ddahlbom Oct 17, 2023
73906c2
Tweaks
ddahlbom Oct 18, 2023
ba9c4c8
Tweak
ddahlbom Oct 18, 2023
1d9d21c
Reenable JET tests
kbarros Oct 17, 2023
28a637d
Update tests
kbarros Oct 18, 2023
86041ff
Code deduplication I: bilin and biquad
ddahlbom Oct 18, 2023
2f5188b
Minor cleanup
ddahlbom Oct 18, 2023
a671208
Merge external field into onsite operator
ddahlbom Oct 19, 2023
e5442ae
Docs update
kbarros Oct 19, 2023
7f0c665
Fix gradient bug
kbarros Oct 19, 2023
4c19233
Docs updates
kbarros Oct 19, 2023
c31c611
Code Deduplication II: Progress
ddahlbom Oct 19, 2023
d8eafee
Test fix and cleanup
ddahlbom Oct 19, 2023
25076f1
Docs tweaks
kbarros Oct 21, 2023
d7a43f7
Replace spin_irrep_label -> spin_label
kbarros Oct 21, 2023
1ca3d6c
Docs tweaks
kbarros Oct 21, 2023
070ab7e
Minor cleanups
kbarros Oct 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Documenter.makedocs(;
],
"Modeling Guides" => [
"structure-factor.md",
"anisotropy.md",
"renormalization.md",
],
"library.md",
"versions.md",
Expand Down
163 changes: 0 additions & 163 deletions docs/src/anisotropy.md

This file was deleted.

Loading
Loading