Replies: 2 comments 3 replies
-
| Nice suggestion. It should be perfectly possible. You just need to replace line 28 of two_fermions.py by And the fermion solver now would be an anyon solver with v = 0.5. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            -
| Thank you for your reply. I will try to do that if I am able to do that
then I will let you know.… On Wed, 16 Jun 2021, 12:29 am Rafael de la Fuente, ***@***.***> wrote:
 Where are these pages in the lecture you linked? I didn't found them on
 page 17.
 Sorry for the quick answer, I never studied Anyons and what I said isn't
 enough because the Hamiltonian also changes.
 I guess that implementing an Anyons class, it's going to require a
 substantial amount of work, but it should still be perfectly possible.
 Because the Hamiltonian depends on ξ, we need to replace the way it's
 built.
 If the Hamiltonian can be expressed as in the form H(ξ) + V, then you need
 to write the correct form of H(ξ) at get_kinetic_matrix method, which
 currently for the two-particle class, it returns the matrix of the
 discretized kinetic operator expressed on a cartesian basis (Tx1 ⊗ I + I ⊗
 Tx2). To achieve it, you'll need to adequately discretize H(ξ) using finite
 differences.
 There are still more basic aspects of the solver to work on (such as
 implementing spin), so I would not be willing to work on this feature yet.
 However, if you want to contribute by implementing it, you are completely
 welcome.
 —
 You are receiving this because you authored the thread.
 Reply to this email directly, view it on GitHub
 <#8 (reply in thread)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AOQ53YLORZWLGO4O73AWZATTS6PJZANCNFSM46UZ2KJQ>
 .
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am a student doing physics hons. I was recently writing a project and discovered about "Anyons". I was curious if it is possible to implement it in this solver?
You can find the information of anyons here - https://drive.google.com/file/d/1cgqWuUhzab-suRP2NC967XC5siBkOd-p/view?usp=sharing
It's mechanics is simply psi(r1,r2) = exp(ipiv) psi(r2,r1) , where v = 0 is for boson and v = 1 is for fermion.
Beta Was this translation helpful? Give feedback.
All reactions