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

PythonJob supports list of AiiDA node as output #190

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Jul 19, 2024

  1. add NamespaceList

    superstar54 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0d6deb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa72ef8 View commit details
    Browse the repository at this point in the history
  3. Support list as input and output.

    - Parse list output, give a special name as key, `list_data_{i}`
    - When prepre the submission, if the key of a dict item start with `list_data_`, we assume that this should convert to a list.
    superstar54 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5bcaf29 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. support list of AiiDA data node as input for PythonJob

    Change the list to dict, with the key as `list_data_{i}`.
    superstar54 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fcf2d15 View commit details
    Browse the repository at this point in the history
  2. update docs

    superstar54 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d51e012 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. wg.wait now can wait for special tasks

    This is useful in the test.
    superstar54 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2754577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8a913 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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