Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Amazon Braket advanced examples showing both QFT and Quantum Phase Estimation (QPE) circuits:
https://github.com/aws/amazon-braket-examples/tree/main/examples/advanced_circuits_algorithms
- A detailed explanation of quantum circuits:
Dancing with Qubits by Robert S. Sutor: https://www.packtpub.com/product/data/9781838827366
Code deep dive:
Several functions were pre-built and provided in this and the previous chapter. You can find these in the GitHub repository for this chapter. Try reviewing the code to see if it is clear based on the steps described in this chapter. Some of these functions are as follows:
run_circuit()
draw_bloch()
draw_circuit()
qc_num()
draw_multi_qubit_phase()
draw_multi_qubit_phase_qc()
qft_gate()
qft_inv_gate()