Skip to content
hovo1990 edited this page Sep 4, 2014 · 3 revisions

Frequently Asked Questions

1. What is GROM?

  • GROM is a GROMACS(mdp,itp,top) with Syntax Highlighting and PDB cross-platform Editor with visual cues in one package based on Qt5,PyQt5 and Python3. GROM provides tools to simplify working with parameter files

2. Which platforms GROM support?

  • GROM runs on Linux/X11, Mac OS X and Windows desktop operating systems

3. is GROM free software?

  • GROM is under GPLv3 License agreements.

4. System requirements for running GROM:

  • Python >= 30
  • PyQt >= 5.0 download PyQT
  • Operative system: Linux/X11, Mac OS X or Windows desktop operating systems

5. Installing dependencies:

On Ubuntu/Debian:

  • sudo apt-get install build-essential
  • sudo apt-get install python3
  • sudo apt-get install qt5-default qttools5-dev-tools
  • sudo apt-get install python3-pyqt5
  • sudo apt-get install libqt5webkit5
  • sudo apt-get install python3-pyqt5.qtwebkit

6. How can I help?