IBM Quantum calibration data fetcher using Selenium.
git clone https://github.com/Tass0sm/ibmq-calibration-fetcher
pip install ./ibmq-calibration-fetcher
python ibmq-calibration-fetcher/fetch_calibration_data.py
# or
chmod +x run.sh
./ibmq-calibration-fetcher/fetch_calibration_data.py
- Launch an X11 graphical linux environment
- install chromium
- Find the values for the environment variables DISPLAY, XAUTHORITY.
- Set the values in systemd/fetch-quantum-data.service
- Check the cd location in run.sh
- Edit the ExecStart line in systemd/fetch-quantum-data.service to point to the run.sh file
- Check the OnCalendar line in systemd/fetch-quantum-data.timer
- Install these two files in the linux user’s ~/.config/systemd/user/ directory
- systemd –user daemon-reload
- test with systemctl –user start fetch-quantum-data.service
- systemd –user enable fetch-quantum-data.timer