Hilbert Space
260 subscribers
64 photos
1 video
40 files
304 links
Quantum computing is fun

and we'll have more fun here:)
Download Telegram
this is by far my favorite newsletter for quantum software or the only one tbh and they made a really great site where we could find every issues so far

https://qse-newsletter.com/
this is so cool
3
A decade of quantum on the cloud

https://youtu.be/KuaO2mbtUB8?si=YyTm4bQ81idFTk0B
😁6
💯41
red flags that recur in quantum coverage
Media is too big
VIEW IN TELEGRAM
Inside IBM Research
Qubit connectivity on the actual hardware matter a lot when designing the circuit. being aware of which qubits are directly connected helps us reduce additional depth that would have been added to make those qubit interact if they weren't next to each other.

The image is the connectivity map of the two IBM devices( Heron and Nighthawk)

The importance of layout lies in its direct impact on the quality and feasibility of quantum circuit execution. A poor layout occurs when logical qubits that need to interact in the circuit are mapped to physical qubits that are not directly connected in the hardware. In these cases, the compiler must insert additional SWAP operations to move quantum states between qubits, allowing the desired interaction to finally occur. These SWAP operations have multiple negative consequences: they increase circuit depth (the number of sequential gate layers), increase the total number of gates that must be executed, accumulate more error due to the imperfections of each additional gate, and reduce the fidelity of the final result due to quantum decoherence that occurs during the extra execution time.

Conversely, a good layout minimizes or eliminates the need for SWAP operations by intelligently assigning logical qubits that interact frequently to physical qubits that are directly connected in the hardware topology. This optimal mapping preserves the structure of the original circuit as much as possible, reducing transpilation overhead and maximizing the probability of obtaining accurate results. In variational algorithms such as QAOA, where circuit depth and gate fidelity are critical to performance, the difference between an optimal layout and a suboptimal one can determine the success or failure of the entire quantum experiment.


#Note
Efficient Long-Range Entanglement Using Dynamic Circuits

https://journals.aps.org/prxquantum/pdf/10.1103/PRXQuantum.5.030339

#paper