Skip to content

Commit

Permalink
adding AerSimulator
Browse files Browse the repository at this point in the history
  • Loading branch information
str-anger committed Jul 1, 2024
1 parent 9c5356d commit a2559b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions py-qiskit-simulation/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ actions:
name: simulator_type
description: Class name of the simulator
data_type: select
default_value: "Fake20QV1"
options: [Fake5QV1, Fake7QPulseV1, Fake20QV1,
default_value: "AerSimulator"
# NB, AerSimulator is the only supporting
# classic feedback, i.e. c_if instructions.
options: [AerSimulator, StatevectorSimulator,
QasmSimulator, UnitarySimulator,
Fake5QV1, Fake7QPulseV1, Fake20QV1,
Fake27QPulseV1, Fake127QPulseV1,
StatevectorSimulator, QasmSimulator, UnitarySimulator]
]
-
name: qasm_version
description: Version of QASM dialect
Expand Down
2 changes: 1 addition & 1 deletion tests/test-py-qiskit-simulation-qasm3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export aqueduct_url="https://aqueduct-demo.azurewebsites.net/"

export aqueduct_key=""
export qasm_file="bell_state.qasm3"
export simulator_type="Fake20QV1"
export simulator_type="AerSimulator"
export qasm_version="v3"
export memory=1
export experiment="20240618-1"
Expand Down

0 comments on commit a2559b6

Please sign in to comment.