量子テレポーテーションのコードを書いていますが、このエラー「条件に一致するバックエンドがありません」の解決方法がわかりません
コードは次のとおりです。
circuit.measure(2,2)
simulator = Aer.get_backend('gasm_simulator')
result = execute(circuit, backend = simulator, shots = 1024).result()
counts = result.get_counts()
plot_histogram(counts)
誰かがこれを解決するのを手伝ってくれますか? ありがとう!