// SPDX-License-Identifier: LGPL-3.0-or-later
//! Utility function to execute a circuit on an [ExecutionBackend], returning the output [Words].
use crate::;
/// Executes the given circuit on an [ExecutionBackend] instantiated using the given [WordPool].
/// Returns the output [Words].