qsearch.objectives

Module Contents

Classes

Objective

MatrixDistanceObjective

StateprepObjective

BackwardsCompatibleObjective

class qsearch.objectives.Objective
gen_eval_func(circuit, options)
gen_error_func(circuit, options)
gen_error_jac(circuit, options)
gen_error_residuals(circuit, options)
gen_error_residuals_jac(circuit, options)
class qsearch.objectives.MatrixDistanceObjective

Bases: Objective

gen_error_func(circuit, options)
gen_error_jac(circuit, options)
gen_error_residuals(circuit, options)
gen_error_residuals_jac(circuit, options)
class qsearch.objectives.StateprepObjective

Bases: Objective

gen_error_func(circuit, options)
gen_error_jac(circuit, options)
gen_error_residuals(circuit, options)
gen_error_residuals_jac(circuit, options)
class qsearch.objectives.BackwardsCompatibleObjective

Bases: Objective

gen_error_func(circuit, options)
gen_error_func(circuit, options)
gen_error_jac(circuit, options)
gen_error_residuals(circuit, options)
gen_error_residuals_jac(circuit, options)