-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When reviewing #51 it became apparent that trying to determine the type of optimization, state transfer, gate synth etc., is a little challenging due to the difficulty in qutip
of distinguishing between a density matrix and unitary operator (gate).
We should consider forcing the user to specify whether objective is state transfer or gate synth and check inputs (initial
, target
) accordingly. That is:
- state_transfer: should be ket or dm
- gate_synthesis: should be unitary or CPT map (hopefully can distinguish here to choose correct solver).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request