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

Initial FanPT Implementation #70

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

Commits on Aug 12, 2024

  1. Add fanpt files

    FanPT files imported from FanCI
    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    947c44b View commit details
    Browse the repository at this point in the history
  2. FanPT Wrapper added

    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e74a4b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8cc999 View commit details
    Browse the repository at this point in the history
  4. Revert "Added masks support in FanCI class"

    This reverts commit d6e7c4b.
    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    df40695 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb285bd View commit details
    Browse the repository at this point in the history
  6. Mask support removed

    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    111120c View commit details
    Browse the repository at this point in the history
  7. Solved conflicts with nactive parameter in FanPT container

    Added Control of Energy as Active Parameter
    
    Small corrections
    
    active_energy argument full removed
    
    Revert "active_energy argument full removed"
    
    This reverts commit 1bc07c2.
    
    Revert "Small corrections"
    
    This reverts commit 712b527.
    
    Revert "Added Control of Energy as Active Parameter"
    
    This reverts commit 9623fd4.
    
    Revert "Solved conflicts with nactive parameter in FanPT container"
    
    This reverts commit 3ab67bd.
    
    Removing nactive parameter
    
    Corrected number of columns
    
    Small bug solved
    
    Mask removed in fanpt_updater
    
    Updating update_fanci_wfn
    
    Updating update_fanci_wfn to PyCI
    
    Corrected update_fanci_wfn
    
    More updates in update_fanci_wfn
    
    Solving class conflicts
    
    Solving bug
    
    Corrections to active_energy support
    
    Bug solved on gen_coeff_matrix
    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cb8db5e View commit details
    Browse the repository at this point in the history
  8. Added tests for FanPT

    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4f89f15 View commit details
    Browse the repository at this point in the history
  9. Support to any number of nproj

    Added flags to support the use of a different number of projections than the full space.
    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c8f7ac5 View commit details
    Browse the repository at this point in the history
  10. Removed optimized guess

    FanPT guess must be provide by the user
    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f897434 View commit details
    Browse the repository at this point in the history
  11. Improved tests

    carlosevmoura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    914a4cd View commit details
    Browse the repository at this point in the history