compute_density_matrix
Calculate the density matrix of a quantum circuit and analyze its purity and entropy to characterize quantum states.
Instructions
Compute and analyze the density matrix of a quantum circuit.
Args: circuit_name: Name of the circuit to analyze
Returns: JSON string with density matrix analysis including purity and entropy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| circuit_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |