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

Makebonds molecule #234

Closed
wants to merge 11 commits into from
Closed

Commits on Mar 4, 2020

  1. Added multiprocessing to run_system method of Processor class

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    98033ea View commit details
    Browse the repository at this point in the history
  2. Fixed checking for the nproc attribute

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    eeed05f View commit details
    Browse the repository at this point in the history
  3. Setting nproc in the class attribute now

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    bb84d56 View commit details
    Browse the repository at this point in the history
  4. Added a test for multiprocessing

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    08c6a7e View commit details
    Browse the repository at this point in the history
  5. Changed make_bonds to work on one molecule instead of a system.

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    bdd89da View commit details
    Browse the repository at this point in the history
  6. Moved around code in the run_system method of MakeBonds to use the ru…

    …n_system method of the Processor base class.
    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    c560cfa View commit details
    Browse the repository at this point in the history
  7. Moved altered make_bonds function to run_molecule method of MakeBonds

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    1cd34a0 View commit details
    Browse the repository at this point in the history
  8. Added CLI flag "nproc" to optionally enable multiprocessing

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    89df257 View commit details
    Browse the repository at this point in the history
  9. Fixed some mistakes

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    d3d0783 View commit details
    Browse the repository at this point in the history
  10. Fixed checking for nproc here as well

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    9b16c42 View commit details
    Browse the repository at this point in the history
  11. Setting nproc in the class attribute now

    Matthijs Tadema authored and Matthijs Tadema committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    848ce74 View commit details
    Browse the repository at this point in the history