pele.gui.run_gui

pele.gui.run_gui(system, db=None, application=None)[source]

The top level function that will launch the gui for a given system

Parameters :

system : System class

A pele system, derived from BaseSystem. All information about the system is in this class.

db : pele database or string, optional

connect to this database or the database at this file location

application : QApplication

Use this QApplication object rather than creating a new one

Previous topic

pele.gui.run_gui

Next topic

Step Taking (pele.takestep)