Skip to main content

['lammps_step', 'A step in SEAMM Flowchart for LAMMPS simulations', '']

Project description

LAMMPS step

https://img.shields.io/pypi/v/lammps_step.svg https://img.shields.io/travis/molssi-seamm/lammps_step.svg Documentation Status Updates https://codecov.io/gh/molssi-seamm/lammps_step/branch/master/graph/badge.svg

The LAMMPS step for a SEAMM flowchart

Contributing

This project uses the git branching model outlined by Vincent Driessen. Development is handled by branching feature branches from the ‘develop’ branch:

Feature branches

May branch off from:

develop

Must merge back into:

develop

Branch naming convention:

anything except master, develop, release-, or hotfix-

Feature branches (or sometimes called topic branches) are used to develop new features for the upcoming or a distant future release. When starting development of a feature, the target release in which this feature will be incorporated may well be unknown at that point. The essence of a feature branch is that it exists as long as the feature is in development, but will eventually be merged back into develop (to definitely add the new feature to the upcoming release) or discarded (in case of a disappointing experiment).

Feature branches typically exist in developer repos only, not in origin.

Creating a feature branch

When starting work on a new feature, branch off from the develop branch:

$ git checkout -b myfeature develop
Switched to a new branch "myfeature"

Incorporating a finished feature on develop

Finished features may be merged into the develop branch to definitely add them to the upcoming release:

$ git checkout develop
Switched to branch 'develop'
$ git merge --no-ff myfeature
Updating ea1b82a..05e9557
(Summary of changes)
$ git branch -d myfeature
Deleted branch myfeature (was 05e9557).
$ git push origin develop

The –no-ff flag causes the merge to always create a new commit object, even if the merge could be performed with a fast-forward. This avoids losing information about the historical existence of a feature branch and groups together all commits that together added the feature.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2017-12-20)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lammps_step-0.7.1.tar.gz (52.7 kB view details)

Uploaded Source

Built Distribution

lammps_step-0.7.1-py2.py3-none-any.whl (61.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file lammps_step-0.7.1.tar.gz.

File metadata

  • Download URL: lammps_step-0.7.1.tar.gz
  • Upload date:
  • Size: 52.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for lammps_step-0.7.1.tar.gz
Algorithm Hash digest
SHA256 435a1e54ed4e8352089c7a6077d196a82af34e119ed7ad918565fb6f341ba696
MD5 bc1980b5d240510dee28249295d36228
BLAKE2b-256 96ac2ed4d3b3d9fb19c90830686ff141aeba60c48ab9cbd97eaa0307be16c3ff

See more details on using hashes here.

File details

Details for the file lammps_step-0.7.1-py2.py3-none-any.whl.

File metadata

  • Download URL: lammps_step-0.7.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 61.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for lammps_step-0.7.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6c371a1a4f1009ca74cf2e665f9f601d635ba81eda821491db1cfd9a0562828a
MD5 a2b4477a6781991d1ae40bac90c84a53
BLAKE2b-256 c8615eaf7897012cb30756c24e835e1196c39b73b5da06e5a1f6bae826a68451

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page