Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wavefunction91/MACIS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wavefunction91/MACIS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gf
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 23 files changed
  • 3 contributors

Commits on Sep 16, 2022

  1. Made main/ routine to run ASCI/ED with GF calculation. Similarly, add…

    …ed ED+GF code to asci_body.hpp
    Carlos Mejuto Zaera (cmejutoz)
    Carlos Mejuto Zaera (cmejutoz) committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ff9d6c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Added Lobpcg call as possible Hamiltonian solver, to get excited stat…

    …es if so desired.
    Carlos Mejuto Zaera (cmejutoz)
    Carlos Mejuto Zaera (cmejutoz) committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dee63bb View commit details
    Browse the repository at this point in the history
  2. Minor clean-up.

    Carlos Mejuto Zaera (cmejutoz)
    Carlos Mejuto Zaera (cmejutoz) committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e7f209e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Included LOBPCG to the ASCI workflow, adding option to evaluate multi…

    …ple roots of Hamiltonian. Also added minor strucute to HamiltonianGenerator to allow for state symmetrization in case of degeneracies for impurity solver specialization.
    Carlos Mejuto Zaera (cmejutoz)
    Carlos Mejuto Zaera (cmejutoz) committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    efb5802 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Added main/ file to just run ASCI, no RDM's or GF's.

    Carlos Mejuto Zaera (cmejutoz)
    Carlos Mejuto Zaera (cmejutoz) committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4306a7a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Added minimal infrastructure to symmetrize determinant truncation dow…

    …ntream in the impurity version of the code.
    Carlos Mejuto Zaera (cmejutoz)
    Carlos Mejuto Zaera (cmejutoz) committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    36f102c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Changed metis source in CMakeLists to more stable mirror.

    Carlos Mejuto Zaera
    Carlos Mejuto Zaera committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f2b9571 View commit details
    Browse the repository at this point in the history
  2. Included option to save to file the (band) Lanczos data required to r…

    …ecompute the Green's function in a given frequency window.
    CarlosMejZ committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    53e74ff View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    890d13a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Added infrastructure to include active spaces into ASCI search

    Carlos Mejuto Zaera
    Carlos Mejuto Zaera committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ea55b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Added functionalities to use Lowdin projection in impurity solver.

    Carlos Mejuto Zaera
    Carlos Mejuto Zaera committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    21c4b3f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    8fc98ed View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Tweaked the Hamiltonian diagonalization's option to evaluate the diag…

    …onalization simply calling lapack
    CarlosMejZ committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c6cb23d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    7d15ea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Added minor modification to make Band Lanczos computation of the GF c…

    …ompatible with comlpex wave functions. The normal Lanczos calculation of off-diagonal elements is not appropriate for complex wave functions, though.
    CarlosMejZ committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    79a5ada View commit details
    Browse the repository at this point in the history
Loading