The lattices used when creating a device based on the documentation seem to be outdated. For example:
>>> dev_qpu = qml.device('forest.qpu', device='Aspen-0-12Q-A', shots=1000)
File "/anaconda3/lib/python3.7/site-packages/pyquil/api/_devices.py", line 147, in _get_raw_lattice_data
res = get_json(session, f"{config.forest_url}/lattices/{lattice_name}")
File "/anaconda3/lib/python3.7/site-packages/pyquil/api/_base_connection.py", line 54, in get_json
raise parse_error(res)
pyquil.api._errors.UnknownApiError: Lattice with name 'Aspen-0-12Q-A' not found.
This is true for multiple lattices used on the Usage page when creating a device.
The lattices used when creating a device based on the documentation seem to be outdated. For example:
This is true for multiple lattices used on the
Usagepage when creating a device.