You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible challenge in implementing this may be maintaining high performance. Many functions on System{N} currently lift the integer N to the type level. This is probably unnecessary in most cases, but in special contexts it is important for performance: consider, e.g., the generated functions expected_spin and mul_spin_matrices as examples.
The text was updated successfully, but these errors were encountered:
kbarros
changed the title
Allow Hilbert space dimension _N_ to vary with sublattice
Allow the dimension N of the local Hilbert space to vary with sublattice
Nov 16, 2024
A possible challenge in implementing this may be maintaining high performance. Many functions on
System{N}
currently lift the integerN
to the type level. This is probably unnecessary in most cases, but in special contexts it is important for performance: consider, e.g., the generated functionsexpected_spin
andmul_spin_matrices
as examples.The text was updated successfully, but these errors were encountered: