Return precision for the current simulation backend, see `cudaq_runtime.SimulationPrecision`.
(self)
| 394 | return ComplexType.get(eTy) |
| 395 | |
| 396 | def simulationPrecision(self): |
| 397 | """ |
| 398 | Return precision for the current simulation backend, see |
| 399 | `cudaq_runtime.SimulationPrecision`. |
| 400 | """ |
| 401 | target = cudaq_runtime.get_target() |
| 402 | return target.get_precision() |
| 403 | |
| 404 | def simulationDType(self): |
| 405 | """ |
no test coverage detected