help='turn on qcor verbose mode for fatal error.')
parser.add_argument('-qpu',metavar=('name[:backend]'),help='specify quantum backend name. this corresponds to the name of an xacc accelerator (plus optional backend name).\nExamples include qcs:Aspen-4-2Q-H, ibm:ibmq_valencia, tnqvm, etc.')
parser.add_argument('-qpu-config',help='specify file name containing backend qpu configuration.')
parser.add_argument('-shots',metavar=('n_shots'),nargs=1,help='provide the number of shots to execute on shot-enabled backend.')