Science Score: 33.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 10 DOI reference(s) in README -
✓Academic publication links
Links to: acs.org -
✓Committers with academic emails
40 of 198 committers (20.2%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.5%) to scientific vocabulary
Keywords from Contributors
molecular-dynamics
radiuss
hpsf
molecular-simulation
spack
build-tools
computational-chemistry
tensors
optimizing-compiler
votca
Last synced: 10 months ago
·
JSON representation
Repository
(outdated) fork of https://gitlab.com/gromacs/gromacs
Basic Info
- Host: GitHub
- Owner: kassonlab
- License: other
- Language: C++
- Default Branch: master
- Homepage: http://gmxapi.org/
- Size: 173 MB
Statistics
- Stars: 53
- Watchers: 6
- Forks: 13
- Open Issues: 95
- Releases: 0
Created about 9 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
License
README
This is an unofficial version of GROMACS. Please do not use it for
production simulation work. It exists to show a working prototype from
which the GROMACS team expects to extract code useful for implementing
functionality in future major releases of GROMACS.
This code is contained in a git branch available from the main GROMACS
code review server. The latest version can be obtained via
git clone https://gerrit.gromacs.org/gromacs.git -b sandbox-gmxapi --single-branch
For more information, refer to python_packaging/README.md, docs/install-guide,
and Redmine issue https://redmine.gromacs.org/issues/2045
or email info@gmxapi.org. Developers may also consider the git commit history
and Gerrit issues tagged with the topic "gmxapi".
When the functionality is integrated, then this branch will no longer
be useful and will be removed from the gerrit server. If there is no
activity in twelve months, then the core GROMACS team will deem it
inactive and remove it.
The team interested in this branch includes
* Eric Irrgang, Peter Kasson (UVA/MolSSI)
* Mark Abraham, Paul Bauer, Joe Jordan, Christian Blau (KTH/BioExcel)
Current branch policy is that any of the members of the gerrit
"gmxapi" or "gmxcore" groups may push either normal or merge
commits to it. The history of this branch is of no real interest.
Commits to it will not be reviewed per se. As with all shared
branches, it will never be rebased. Periodically, master branch will
be merged into it, so that it stays up to date. The GROMACS Jenkins CI
server currently does not do any verification on this branch, so it
will not be as stable or widely useful as GROMACS master branch. This
branch will not be mirrored on the GROMACS github.
To push to this branch, use
git push ssh://USER@gerrit.gromacs.org HEAD:refs/heads/sandbox-gmxapi
The gerrit server will not require that a ChangeId exists, so you do
not need the usual GROMACS git post-commit hook installed to work with
this branch. Do not push to refs/for/sandbox-gmxapi, because that is
the invocation that opens a patch set for review for this branch,
which we do not intend to do.
Code will be extracted from this branch in manageable chunks and
proposed for integration in master branch in the usual way for
GROMACS. This branch merely provides convenient context for reviewers
about the context into which that chunk will later fit. For example,
they could see that functionality works suitably, or test performance.
As such code is integrated into master branch, the content of this branch
will be updated so that the next chunk to be staged into master can
be reviewed in the appropriate context.
* * * * *
GROMACS is free software, distributed under the GNU Lesser General
Public License, version 2.1 However, scientific software is a little
special compared to most other programs. Both you, we, and all other
GROMACS users depend on the quality of the code, and when we find bugs
(every piece of software has them) it is crucial that we can correct
it and say that it was fixed in version X of the file or package
release. For the same reason, it is important that you can reproduce
other people's result from a certain GROMACS version.
The easiest way to avoid this kind of problems is to get your modifications
included in the main distribution. We'll be happy to consider any decent
code. If it's a separate program it can probably be included in the contrib
directory straight away (not supported by us), but for major changes in the
main code we appreciate if you first test that it works with (and without)
MPI, threads, double precision, etc.
If you still want to distribute a modified version or use part of GROMACS
in your own program, remember that the entire project must be licensed
according to the requirements of the LGPL v2.1 license under which you
received this copy of GROMACS. We request that it must clearly be labeled as
derived work. It should not use the name "official GROMACS", and make
sure support questions are directed to you instead of the GROMACS developers.
Sorry for the hard wording, but it is meant to protect YOUR reseach results!
* * * * *
The development of GROMACS is mainly funded by academic research grants.
To help us fund development, we humbly ask that you cite the GROMACS papers:
* GROMACS: A message-passing parallel molecular dynamics implementation
H.J.C. Berendsen, D. van der Spoel and R. van Drunen
Comp. Phys. Comm. 91, 43-56 (1995)
DOI: https://doi.org/10.1016/0010-4655(95)00042-E
* GROMACS 4: Algorithms for highly efficient, load-balanced, and scalable
molecular simulation
B. Hess and C. Kutzner and D. van der Spoel and E. Lindahl
J. Chem. Theory Comput. 4 (2008) pp. 435-447
DOI: https://doi.org/10.1021/ct700301q
* GROMACS 4.5: a high-throughput and highly parallel open source
molecular simulation toolkit
Sander Pronk, Szilárd Páll, Roland Schulz, Per Larsson, Pär Bjelkmar,
Rossen Apostolov, Michael R. Shirts, Jeremy C. Smith, Peter M. Kasson,
David van der Spoel, Berk Hess, Erik Lindahl.
Bioinformatics 29 (2013) pp. 845-54
DOI: https://doi.org/10.1093/bioinformatics/btt055
* Tackling Exascale Software Challenges in Molecular Dynamics Simulations
with GROMACS
Szilárd Páll, Mark J. Abraham, Carsten Kutzner, Berk Hess, Erik Lindahl
In S. Markidis & E. Laure (Eds.), Solving Software Challenges for Exascale,
Lecture Notes for Computer Science, 8759 (2015) pp. 3–27
DOI: https://doi.org/10.1007/978-3-319-15976-8_1
* GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers
M. J. Abraham, T. Murtola, R. Schulz, S. Páll, J. C. Smith, B. Hess, E. Lindahl,
SoftwareX, 1, (2015), 19-25
DOI: https://doi.org/10.1016/j.softx.2015.06.001
There are a lot of cool features we'd like to include in future versions,
but our resources are limited. All kinds of donations are welcome, both in
form of code, hardware and funding! Industrial users who choose to pay
for a license pro bono (it is still LGPL and can be redistributed freely) or
contribute in other ways are listed as GROMACS supporters on our webpages.
Don't hesitate to contact us if you are interested.
Good luck with your simulations!
The GROMACS Crew
Owner
- Name: Kasson laboratory
- Login: kassonlab
- Kind: organization
- Repositories: 12
- Profile: https://github.com/kassonlab
Kasson laboratory software repositories
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| hess | h****s | 3,265 |
| spoel | s****l | 2,136 |
| Mark Abraham | m****m@g****m | 1,398 |
| Berk Hess | h****s@k****e | 1,059 |
| lindahl | l****l | 1,028 |
| Teemu Murtola | t****a@g****m | 1,014 |
| anton | a****n | 1,013 |
| Paul Bauer | p****q@g****m | 470 |
| Roland Schulz | r****d@u****u | 404 |
| M. Eric Irrgang | e****g@g****m | 359 |
| Szilárd Páll | p****d@g****m | 348 |
| Erik Lindahl | e****k@k****e | 324 |
| Berk Hess | h****s@c****e | 309 |
| David van der Spoel | s****l@x****e | 296 |
| Teemu Murtola | t****a@c****e | 265 |
| Berk Hess | h****s@c****) | 255 |
| Roland Schulz | r****z@i****m | 237 |
| Artem Zhmurov | z****v@g****m | 221 |
| Sander Pronk | p****k@c****e | 213 |
| Erik Lindahl | l****l@c****e | 186 |
| Michael Shirts | m****s@v****u | 179 |
| Aleksei Iupinov | a****v@g****m | 178 |
| Carsten Kutzner | c****e@g****e | 174 |
| Pascal Merz | p****z@m****m | 142 |
| Szilard Pall | p****d@c****e | 137 |
| Christian Blau | c****u@g****e | 114 |
| Rossen Apostolov | r****n@c****e | 102 |
| Mark Abraham | M****m@g****m | 101 |
| Sander Pronk | s****r@c****e | 100 |
| Berk | h****s@b****) | 99 |
| and 168 more... | ||
Committer Domains (Top 20 + Academic)
kth.se: 8
gwdg.de: 7
cbr.su.se: 5
nvidia.com: 4
scilifelab.se: 3
virginia.edu: 3
gmx.de: 2
xray.bmc.uu.se: 2
anfinsen.bmc.uu.se: 2
csbm06.cbr.su.se: 1
csbm11.cbr.su.se: 1
cscs.ch: 1
adriatica.mpibpc.intern: 1
banksy.bmc.uu.se: 1
blu.site: 1
rist.or.jp: 1
tkk.fi: 1
rschulz.eu: 1
colorado.edu: 1
sbc.su.se: 1
hr-alexrson-1184613065.stanford.edu: 1
vspm47.stanford.edu: 1
utk.edu: 1
vt.edu: 1
uconn.edu: 1
mpip-mainz.mpg.de: 1
hess.theophys.kth.se: 1
tulane.edu: 1
vspm50.stanford.edu: 1
jaguarpf-login6.ccs.ornl.gov: 1
dn0a208bb7.stanford.edu: 1
jaguar15.ccs.ornl.gov: 1
kit.edu: 1
bio.ku.dk: 1
cam.ac.uk: 1
lens0.ccs.ornl.gov: 1
stanford.edu: 1
ethz.ch: 1
jaguarpf-login3.ccs.ornl.gov: 1
smokylogin1.ccs.ornl.gov: 1
unm.edu: 1
mpibpc.mpg.de: 1
lanl.gov: 1
jaguarpf-login5.ccs.ornl.gov: 1
rug.nl: 1
n176-p33.kthopen.kth.se: 1
fu-berlin.de: 1
soton.ac.uk: 1
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 59
- Total pull requests: 41
- Average time to close issues: 7 months
- Average time to close pull requests: 7 days
- Total issue authors: 8
- Total pull request authors: 1
- Average comments per issue: 1.97
- Average comments per pull request: 0.17
- Merged pull requests: 33
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- eirrgang (48)
- sperezconesa (4)
- jmhays (2)
- patriciabrandl (1)
- ghost (1)
- FGMphys (1)
- wehs7661 (1)
- ShenWenHuibit (1)
Pull Request Authors
- eirrgang (41)
Top Labels
Issue Labels
gmxapi (22)
task (12)
bug (11)
sample_restraint (8)
enhancement (8)
gromacs (5)
question (2)
Pull Request Labels
gmxapi (3)
Packages
- Total packages: 1
-
Total downloads:
- pypi 29 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 2
pypi.org: gmx
GROMACS Python module
- Homepage: https://github.com/kassonlab/gmxapi
- Documentation: https://gmx.readthedocs.io/
- License: LGPL
-
Latest release: 0.0.7
published over 4 years ago
Rankings
Stargazers count: 9.3%
Forks count: 9.8%
Dependent packages count: 10.0%
Average: 15.0%
Dependent repos count: 21.7%
Downloads: 24.4%
Last synced:
11 months ago
Dependencies
python_packaging/requirements-docs.txt
pypi
- Pygments >=2.2.0
- Sphinx >=1.6.3
- sphinxcontrib-plantuml >=0.14
python_packaging/requirements-test.txt
pypi
- cmake >=3.13 test
- flake8 >=3.7.7 test
- mpi4py >=3.0.3 test
- networkx >=2.0 test
- numpy >=1 test
- pip >=10.1 test
- pytest >=3.9 test
- scikit-build >=0.10 test
- setuptools >=42 test
- wheel * test
python_packaging/src/requirements.txt
pypi
- cmake >=3.13
- networkx >=2.0
- numpy >=1
- pip >=10.1
- scikit-build >=0.10
- setuptools >=42
- wheel *
python_packaging/src/setup.py
pypi
- networkx >=2.0
- numpy >=1