jorge-ramirez-upm / RepTate

RepTate (Rheology of Entangled Polymers: Toolkit for Analysis of Theory & Experiment)
https://reptate.readthedocs.io/
GNU General Public License v3.0
25 stars 7 forks source link

React Theories do not work in CL #135

Closed jorge-ramirez-upm closed 8 months ago

jorge-ramirez-upm commented 4 years ago

I don't know if it is possible to run these theories in the CL version... They rely too much on GUI. We need to rewrite some functions as command line functions of the type do_???, so they can be executed from the CL version, and insert a line of the type if CmdBase.mode == CmdMode.GUI: before lines that should not be executed in the CL version (for example, those involving pyqtsignals)

jorge-ramirez-upm commented 8 months ago

CL has been discontinued