#************************************************************
#*                     MadGraph5_aMC@NLO                    *
#*                                                          *
#*                *                       *                 *
#*                  *        * *        *                   *
#*                    * * * * 5 * * * *                     *
#*                  *        * *        *                   *
#*                *                       *                 *
#*                                                          *
#*                                                          *
#*         VERSION 2.7.3                 2020-06-21         *
#*                                                          *
#*    The MadGraph5_aMC@NLO Development Team - Find us at   *
#*    https://server06.fynu.ucl.ac.be/projects/madgraph     *
#*                                                          *
#************************************************************
#*                                                          *
#*               Command File for MadGraph5_aMC@NLO         *
#*                                                          *
#*     run as ./bin/mg5_aMC  filename                       *
#*                                                          *
#************************************************************
set default_unset_couplings 99
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set low_mem_multicore_nlo_generation False
set loop_color_flows False
set gauge unitary
set complex_mass_scheme False
set max_npoint_for_channel 0
set automatic_html_opening False
import model /opt/MG5_aMC_v2_7_0/models/MSSMatNLO_UFO
Traceback (most recent call last):
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1515, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1464, in onecmd_orig
    return func(arg, **opt)
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 280, in do_import
    self.cmd.do_import(self, *args, **opts)
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 5466, in do_import
    self.import_command_file(args[1])
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1661, in import_command_file
    self.exec_cmd(line, precmd=True)
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1544, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/extended_cmd.py", line 1464, in onecmd_orig
    return func(arg, **opt)
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/master_interface.py", line 280, in do_import
    self.cmd.do_import(self, *args, **opts)
  File "/opt/MG5_aMC_v2_7_0/madgraph/interface/madgraph_interface.py", line 5412, in do_import
    complex_mass_scheme=self.options['complex_mass_scheme'])
  File "/opt/MG5_aMC_v2_7_0/models/import_ufo.py", line 239, in import_model
    model = import_full_model(model_path, decay, prefix)
  File "/opt/MG5_aMC_v2_7_0/models/import_ufo.py", line 383, in import_full_model
    ufo_model = ufomodels.load_model(model_path, decay)
  File "/opt/MG5_aMC_v2_7_0/models/__init__.py", line 51, in load_model
    __import__(path_split[-1])
  File "/opt/MG5_aMC_v2_7_0/models/MSSMatNLO_UFO/__init__.py", line 38, in <module>
    import CT_vertices
  File "/opt/MG5_aMC_v2_7_0/models/MSSMatNLO_UFO/CT_vertices.py", line 8, in <module>
    import CT_couplings as C
  File "/opt/MG5_aMC_v2_7_0/models/MSSMatNLO_UFO/CT_couplings.py", line 15750
    order = {'QED':1,'PRIVATE`GetIntOrder[\[Delta]Z            ]
                                                               ^
SyntaxError: EOL while scanning string literal
Related File: /opt/MG5_aMC_v2_7_0/models/MSSMatNLO_UFO/CT_couplings.py
Fail to write options with error No model currently active, please import a model!
