BacAmorim
BacAmorim
As discussed [here](https://discourse.julialang.org/t/discussion-on-why-i-no-longer-recommend-julia-by-yuri-vishnevsky/81151/240?u=bruno_amorim) it would be nice to support eigenvalues problems in the SciML ecosystem. Some of the things that should be included: - dense eigenproblems via the Julia's built...
I am trying to study the massless Dirac equation in a 2D square lattice. The model is defined as ``` lat2D = lattice( sublat((0, 0), name = :A), bravais =...
Continuing the discussion in https://github.com/pablosanjose/Elsa.jl/issues/22#issuecomment-538051652 >So two orbitals (say :px and :py) would be labeled as different i's, even if they belong to the same atom? Correct, in the list...
As discussed in https://github.com/pablosanjose/Elsa.jl/issues/22#issuecomment-538055800 > Yeah, we could definitely enable such a functionality further on. But to make it really flexible, I think we would need to make a new...
It would be useful to expose the creation of Hamiltonians / general operators by directly providing the matrices of the harmonics. The interface could be the following: ``` h =...