From f8422489de2c2c0c97cbf8be217827d9a089d068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:40:12 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fffcd89..14df8ee 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,13 @@ Feel free to explore, contribute, and share your insights! * **BB84 Protocol Formula:** The Quantum Bit Error Rate (QBER) is used to measure the efficiency and security of the BB84 protocol by determining the rate of errors that occur during the transmission of quantum bits (qubits). It is calculated as follows: - $\huge \color{DeepSkyBlue} QBER = \frac{\text{observable error}}{\text{total bits sent}}$ + $\huge \color{DeepSkyBlue} QBER = \frac{\text{observable error}}{\text{total bits sent}}$ + + Where: + - **Observable error** refers to the number of bits where the transmitted and received values differ due to noise or eavesdropping. + - **Total bits sent** refers to the total number of qubits transmitted during the key distribution process. + +