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

Update kagome #4

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Update kagome #4

wants to merge 15 commits into from

Commits on Oct 29, 2021

  1. Add files via upload

    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    69870b2 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    156864d View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8c0eb55 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8b0d6ce View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7881f08 View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8322da0 View commit details
    Browse the repository at this point in the history
  7. Update su3.py

    Added Gell-Mann matrices
    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    eb79f50 View commit details
    Browse the repository at this point in the history
  8. Update kagome.py

    Improve the energy evaluation. Add the equivalent expression of 2-site permutation using the quadratic Casimir operator of su(3).
    slowlightx committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9f80950 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Update kagome.py

    Express 2-site permutation in terms of su3 generators.
    slowlightx committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    5b7f9d2 View commit details
    Browse the repository at this point in the history
  2. Add bbh_j1j2

    Spin-1 BBH model with next nearest neighbor interactions on the square lattice. Add the feature of combing a base Hamiltonian (self designed) and a target Hamiltonian (true Hamiltonian) together.
    slowlightx committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2d46eff View commit details
    Browse the repository at this point in the history
  3. function name

    To be consistent with kagome.py, trace1x1_kagome() -> trace1x1_dn_kagome()
    slowlightx committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    d608ce1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update kagome.py

    Fixed the bug in energy_1site function
    slowlightx committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fcb6347 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Update ctmrg_kagome.py

    Add the method boundary_spectrum(n_site=2, top_n=27) which calculates the spectrum of the edge that is built by the environmental tensor T.
    slowlightx committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    d46dcc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Add boundary_spectrum()

    Update boundary_spectrum(env, n_site, top_n): env - environment tensors; n_site - number of T tensors; top_n - number of leading eigenvalues to compute
    slowlightx committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    269f71c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Add ctmrg_su3_kagome_correlation

    Calculate correlation functions along  (0, 1) (0th column) and (1, 0) (1st column) directions and the transfer operator spectrum (in order to get the correlation lengths)
    slowlightx committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    3f94e2a View commit details
    Browse the repository at this point in the history