https://github.com/adicksonlab/geomm
Mirror of main geomm repository. Simple and stupid library for strictly geometric operations (zero-knowledge of topology) common to computational biology and chemistry. https://adicksonlab.github.io/geomm/
https://github.com/adicksonlab/geomm
Last synced: 2 months ago
JSON representation
Mirror of main geomm repository. Simple and stupid library for strictly geometric operations (zero-knowledge of topology) common to computational biology and chemistry. https://adicksonlab.github.io/geomm/
- Host: GitHub
- URL: https://github.com/adicksonlab/geomm
- Owner: ADicksonLab
- License: mit
- Created: 2018-03-15T17:40:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T18:31:28.000Z (11 months ago)
- Last Synced: 2025-09-05T05:17:18.742Z (9 months ago)
- Language: Python
- Homepage:
- Size: 5.25 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.org
- License: LICENSE
- Authors: AUTHORS.org
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
* geomm
# badges
#+begin_export html
#+end_export
# end badges
A simple no-nonsense library for computing common geometry on
macromolecular systems.
This library aims to work completely on numpy arrays and knows nothing
about molecule or system topologies, atom types, or other "real world"
properties.
You only need to provide atom coordinates, atom indices (for molecule,
group, molecule selections etc.), and other parameters for functions.
Thus it aims to be more like numpy or scipy itself than a typical
macromolecular software library, except that the particular routines
and functions are usually found in that context.
** Docs and Info
See the [[file:./info][info]] directory for the documentation and history of the
project. The [[file:./info/README.org][README]] serves as an index. These files are (mostly) in
emacs org-mode and serve as the primary source of documentation.
Other "rendered" versions may exist and be published. The default
location is at
[[https://salotz.github.io/geomm][adicksonlab.github.io/geomm]]
in HTML rendered with Sphinx.
** COMMENT Maintenance Intent
** Developing
See the [[file:sphinx/source/dev_guide.org][Developers Guide]] for developing.
** Other Info
Current [[https://zenodo.org/badge/latestdoi/125404701][Zenodo DOI]].