You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the scenario that you want to run an application experiment multiple times, with different input values for each run.
For example, you might want to run the teleport application multiple times, teleporting a different qubit (i.e. different values for the phi and theta input parameters) for each run.
Currently the workflow is as follows:
Run qne experiment create
Edit the generate file experiment.json and replace the default values of input parameters (e.g. phi and theta) with the desired values
Run qne experiment run
This work-flow is difficult to automate, since it requires editing of the file experiment.json
Feature request: provide some mechanism to set input values for an experiment run in a manner that is more easy to automate, for example as command-line arguments for either qne experiment create or qne experiment run.
Consider the scenario that you want to run an application experiment multiple times, with different input values for each run.
For example, you might want to run the teleport application multiple times, teleporting a different qubit (i.e. different values for the phi and theta input parameters) for each run.
Currently the workflow is as follows:
Run
qne experiment create
Edit the generate file
experiment.json
and replace the default values of input parameters (e.g. phi and theta) with the desired valuesRun
qne experiment run
This work-flow is difficult to automate, since it requires editing of the file
experiment.json
Feature request: provide some mechanism to set input values for an experiment run in a manner that is more easy to automate, for example as command-line arguments for either
qne experiment create
orqne experiment run
.Note: as a work-around, I am current using a script to edit experiment.json. See the
--values
command line argument for therun.sh
script https://github.com/brunorijsman/quantum-internet-hackathon-2022/blob/main/qne_adk/run.shThe following example runs the teleport experiment with multiple input values (namely |0>, |1>, |+>, and |->):
The text was updated successfully, but these errors were encountered: