gaudi icon indicating copy to clipboard operation
gaudi copied to clipboard

GaudiMM: A modular optimization platform for molecular design

Results 9 gaudi issues
Sort by recently updated
recently updated
newest added

Hi everyone or anyone, I desperately need help. I was trying to install in both py2 and py3 environment but both gives me an error. UnsatisfiableError: The following specifications were...

paper: https://www.ncbi.nlm.nih.gov/pubmed/21863864 software: http://pc1664.pharmazie.uni-marburg.de/drugscore/dsx_download.php

This PR adds support for GH Actions, which will have, hopefully, better compatibility with the Chimera installation scripts 🤞 ### Checklist - [x] Migrate functionality from Travis - [x] Make...

- [ ] Merge new objective: map fitting PR #4 - [ ] Merge improvements in `objectives.energy`: PR #6

Provide an objective that wraps [`psi4`](http://www.psicode.org/). This open-source QM software has Python bindings and [`conda` packages](https://anaconda.org/psi4/psi4), so it suits us better than NWChem.

- [x] Add PRMTOP support - [x] Allow `.createSystem()` configuration - [x] Draft support for energy minimization in situ

We are adding a new objective to compute map fitting. This should be used together with energies or pseudoenergies. This objective `volumefit` will only provide number of atoms outside the...

Using this mode in the tests result in error at `prody/dynamics/sampling.py`: ``` def sampleModes(modes, atoms=None, n_confs=1000, rmsd=1.0): if not isinstance(modes, (Mode, NMA, ModeSet)): raise TypeError('modes must be a NMA or...

Instead of requesting `Molecule/residue_position` or `Molecule/atom_serial_number`, allow Chimera selection commands when possible. Maybe this can be bone at the `gaudi.genes.molecule.Compound` level, but we first have to figure out how to...