Available hardware simulators

We currently have the following devices online:

singlequdit simulator

Setup of a cold atomic gas experiment with a single qudit.
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

Setup of a cold atomic gas experiment with a multiple qudits.
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

simulator of a fermionic tweezer hardware. The even wires denote the occupations of the spin-up fermions and the odd wires denote the spin-down fermions
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

A chain of qubits realized through Rydberg atoms.
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

Setup of an atomic mot.
It is accessible under the URL https://qlued.alqor.io/api/v2/alqor_mot_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_mot_simulator/"], username="your_username",token="your_token")