Further reading
It is worth highlighting that the techniques we discussed in this chapter require less technical detail to grasp their advantage fully. Interestingly, the work by Huang et al. 2022 cites the whole path from algorithm definition to lower-level action on devices, with some detailed information on how previously discussed error mitigation techniques can be used:
Figure 9.12 – Landscape of quantum error mitigation techniques
You can also benefit from the implementations available in the open source community so that you can apply them without requiring deep technical knowledge to code what can be found in the literature. It is pretty common nowadays that an implemented version of the published results is made available to the public.
Qiskit, one of the most mature frameworks for quantum computing, has extensive documentation and practical tutorials that will make understanding those concepts much easier.
Hardware-related tutorials...