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

Add Wrapper for Atomsk Structure Creation #260

Merged
merged 15 commits into from
Sep 16, 2021
Merged

Add Wrapper for Atomsk Structure Creation #260

merged 15 commits into from
Sep 16, 2021

Commits on Jun 29, 2021

  1. Add atomsk wrapper

    pmrv committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    80b228c View commit details
    Browse the repository at this point in the history
  2. Add simple docstring

    pmrv committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    22440e5 View commit details
    Browse the repository at this point in the history
  3. Add docstring to create

    pmrv committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c447dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    688bf83 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Document builder methods

    pmrv committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    884a4cc View commit details
    Browse the repository at this point in the history
  2. Add tests

    pmrv committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1421bee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bb1b98 View commit details
    Browse the repository at this point in the history
  4. Add metadata

    pmrv committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2162085 View commit details
    Browse the repository at this point in the history
  5. Simplify hkl check

    Co-authored-by: Liam Huber <liam.huber@gmail.com>
    pmrv and liamhuber committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    07eeddb View commit details
    Browse the repository at this point in the history
  6. Add missing import

    pmrv committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    bdea27c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

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

Commits on Aug 19, 2021

  1. Remove missing import

    pmrv committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9c31b62 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Revert "Use a named output file instead of stdout"

    This reverts commit 3a6a247.
    pmrv committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    1d0d9dd View commit details
    Browse the repository at this point in the history
  2. Guard atomsk code behind shutil.which("atomsk")

    This will ensure it's only available when installed
    pmrv committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    99591b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

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