Available hardware simulators
We currently have the following devices online:
singlequdit simulator
It is accessible under the URL
https://qlued.alqor.io/api/v2/alqor_singlequdit_simulator/
Status: Online
Qiskit users
Before you can get started, please execute the following line of code, which saves your credentials:
provider = ColdAtomProvider.save_account(url = ["https://qlued.alqor.io/api/v2/alqor_singlequdit_simulator/"], username="your_username",token="your_token")
multiqudit simulator
It is accessible under the URL
https://qlued.alqor.io/api/v2/alqor_multiqudit_simulator/
Status: Online
Qiskit users
Before you can get started, please execute the following line of code, which saves your credentials:
provider = ColdAtomProvider.save_account(url = ["https://qlued.alqor.io/api/v2/alqor_multiqudit_simulator/"], username="your_username",token="your_token")
fermions simulator
It is accessible under the URL
https://qlued.alqor.io/api/v2/alqor_fermions_simulator/
Status: Online
Qiskit users
Before you can get started, please execute the following line of code, which saves your credentials:
provider = ColdAtomProvider.save_account(url = ["https://qlued.alqor.io/api/v2/alqor_fermions_simulator/"], username="your_username",token="your_token")
rydberg simulator
It is accessible under the URL
https://qlued.alqor.io/api/v2/alqor_rydberg_simulator/
Status: Online
Qiskit users
Before you can get started, please execute the following line of code, which saves your credentials:
provider = ColdAtomProvider.save_account(url = ["https://qlued.alqor.io/api/v2/alqor_rydberg_simulator/"], username="your_username",token="your_token")
mot simulator
It is accessible under the URL
https://qlued.alqor.io/api/v2/alqor_mot_simulator/
Status: Offline
Qiskit users
Before you can get started, please execute the following line of code, which saves your credentials:
provider = ColdAtomProvider.save_account(url = ["https://qlued.alqor.io/api/v2/alqor_mot_simulator/"], username="your_username",token="your_token")