From ecd46d25b9a4b347da2c868e05a2a4c1561f14a8 Mon Sep 17 00:00:00 2001 From: gonfeco Date: Fri, 15 Nov 2024 14:03:22 +0100 Subject: [PATCH] Change README.md from benchmark --- benchmark/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index 87487a9..22f7a40 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -1,6 +1,6 @@ # Benchmark utilities -This folder contains three different packages which allow to the user execute benchmarks for testing the more important parts of the *QQuantLib*: +This folder contains four different packages which allow to the user execute benchmarks for testing the more important parts of the *QQuantLib*: * **compare_ae_probability**: this package allows the user to test and compare the different quantum **AE** algorithms, from *QQuantLib*, easily. This can be done using the *probabiliy_estimation* module from the command line. How to use, results and more information can be found in the notebook *CompareAEalgorithmsOnPureProbability.ipynb* (located inside the folder). @@ -10,6 +10,8 @@ This folder contains three different packages which allow to the user execute be * benchmark_ae_option_price_step_po.py: allows the user the compute the price of a derivative using different **AE** algorithms when the payoff function can take positive and negative values. In this case, the positive and negative parts of the payoff are loaded separately and two different estimations, using quantum **AE** algorithms, are obtained. These values should be post-processed to obtain the final desired value. +* **sine_integral**: this package allows the user to test the *QQuantLib.finance.quantum\_integration* module by estimating the defined integral of a sine function in two different domains. How to use, results and more information can be found in the notebook: *QAE_SineIntegration_WindowQPE.ipynb* (located inside the folder). + * **qml4var**: this package allows the user to test the *QQuantLib.qml4var* package. The following different modules (that can be executed from the command line) can be found: * *data_sets*: this module allows to the user build datasets for training a **PQC**. The user can select between a random or a properly configured **Black-Scholes** (a.k.a. log-normal) distribution function. The module builds and stores the train and test datasets.