iqm.benchmarks.compressive_gst.mgst.reporting.reporting.save_var_latex# iqm.benchmarks.compressive_gst.mgst.reporting.reporting.save_var_latex(key: str, value: str | int | float) → None# Saves variables in data file to be read in latex document. Credit to https://stackoverflow.com/a/66620671 Parameters: key (str) – The name of the variable value (str | int | float) – The variable content, could be a string as in the name of the experiment, or the number of circuits run, or any other python variable that needs to be transfered Return type: None