# Techniques: Verifiable end-to-end delegated variational quantum algorithms

## What the paper contributes (one paragraph)
A protocol for verifiable, blind delegation of variational quantum algorithms to an untrusted server.

## Techniques offered
- **Verifiable delegation** - lets a client check the result of a delegated VQA without trusting the server.
  - guarantee: interactive soundness against a malicious server.
  - quote: "the client can verify the delegated computation"
- **Blind delegation** - hides the computation from the server.
  - guarantee: blind, the server learns nothing about the computation.
  - quote: "a blind quantum computation protocol"

## Where it could apply
- Target primitive(s): VQE, QAOA
- Target application group(s): platforms_tooling
- Code family / hardware assumptions: none

## Caveats
None.
