Jonathan Daniel

Results 26 issues of Jonathan Daniel

**Please describe what you would like the maintenance work to be.** The trace simulator uses the following decomposition for `CCNOT` ([`CCNOT` == `CCX`](https://github.com/microsoft/qsharp-runtime/blob/e58a90cb50daf7cd573417929b616eecb59ebed5/src/Simulation/Simulators/QCTraceSimulator/Circuits/Primitive.CCNOT.qs#L7-L13)): 1. https://github.com/microsoft/qsharp-runtime/blob/e58a90cb50daf7cd573417929b616eecb59ebed5/src/Simulation/Simulators/QCTraceSimulator/Circuits/CCX.qs#L18-L23 2. https://github.com/microsoft/qsharp-runtime/blob/e58a90cb50daf7cd573417929b616eecb59ebed5/src/Simulation/Simulators/QCTraceSimulator/Circuits/CCZ.qs#L19-L38 However, this decomposition...

bug
maintenance

Reverts https://github.com/microsoft/iqsharp/pull/37/files#diff-a122204d440a992940dd4c69f2497ac1c678a1394959c5d873d14567e82e654e

### Description Out of 48 possible orientations for a 3d image, the 24 left-handed orientations are treated incorrectly when saving a multi-frame dicom file or series. - Examples for right-handed...

type:Bug
status:Backlog

### What is the expected enhancement? OpenQASM code blocks can be displayed with [syntax-highlighting](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) on GitHub: ```` ```qasm // some OpenQASM code ``` ```` For instance, the [example](https://github.com/Qiskit/openqasm#examples) from the...

enhancement
mod: tools

Hi, I have recently reviewed the [contrib-pydicom](https://github.com/pydicom/contrib-pydicom) code. The script `input-output/pydicom_series.py` there has (more or less) the same purpose as dicom-numpy. I noticed there two points that we may want...

After inspecting in detail the `combine_slices` code, I found some optimization possibilities: - `_sort_by_slice_position` is called **twice**: First in the voxels (`_merge_slice_pixel_arrays`), Second in the affine (`_ijk_to_patient_xyz_transform_matrix`). Obviously, it can...

I have preview access to MS full-state cloud simulator but it's not listed in the Python API (`azure.quantum`). When I use `az quantum` CLI it is listed. ----- 1. Azure...

enhancement
azure-quantum
python

I want to propose an enhancement to the `azure.quantum` python API: support Q# Jobs submission to Azure Quantum. Currently, the official ways to submit Q# jobs to Azure Quantum are:...

enhancement
azure-quantum
python

These referenced labels from the file `contributing_to_qiskit.rst` (L656-L660) ```rst #. :ref:`qiskit-terra ` #. :ref:`qiskit-aer ` #. :ref:`qiskit-ignis ` #. :ref:`qiskit-aqua ` #. :ref:`qiskit-ibmq-provider ` ``` are duplicated in `getting_started.rst` (L131-L135):...