#************************************************************
#*                     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 X
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 201, in import_model
    model_path = find_ufo_path(model_name)
  File "/opt/MG5_aMC_v2_7_0/models/import_ufo.py", line 91, in find_ufo_path
    raise UFOImportError("Path %s is not a valid pathname" % model_name)
UFOImportError: Path X is not a valid pathname
Fail to write options with error No model currently active, please import a model!
