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

PostQE is now building with CMake, removed the QE download. #5

Merged
merged 10 commits into from
Jun 9, 2023

Commits on May 23, 2023

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

Commits on May 24, 2023

  1. commented EXTENDED_ARG as it was imported but never used and a minor …

    …tweak in the setup.py file
    enricosiagri committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d04b5ab View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on May 31, 2023

  1. several changes:

    1. refactoring get_eigenvalues for efficiency:
       * all eigenvalues are read from xml and chached in an array
       * get_eigevalues retrieves a slice of the cache array
    
    2. If schema is not provided in input the calculator looks for the
       data-file-schema.xml file and fetches the schema indicated therein
    pietrodelugas committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d668958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de5010 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fixing band structure methods

    forgotten things about calculator
    pietrodelugas committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    de22f66 View commit details
    Browse the repository at this point in the history
  2. fix cli emin emax

    pietrodelugas committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e0879b8 View commit details
    Browse the repository at this point in the history
  3. updating example 2

    pietrodelugas committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4f7adf5 View commit details
    Browse the repository at this point in the history
  4. updating example3

    pietrodelugas committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9eca64e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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