{{ report.title }}
Platform: {{ report.metadata.get('platform')}}
Run date: {{ report.metadata.get('date') }}
Start time (UTC): {{ report.metadata.get('start-time') }}
End time (UTC): {{ report.metadata.get('end-time') }}
Summary
In the table below we show the libraries and respective versions used in {{ report.title }}.
Library | Version |
---|---|
{{ library }} | {{ version }} |
Actions
Please find below data generated by actions:
{% for routine in report.routines %}{{ report.get_routine_name(routine) }}
{% if routine.plots %} {% for header, method in routine.plots %}
{% for qubit in report.qubits %}
{% endfor %}
{% endfor %}
{% else %}
{{ header }} - Qubit {{ qubit }}
{% if is_static %} {{ report.get_figure(routine, method, qubit) }} {% else %} {% endif %}No plots available for {{ routine.__name__ }}.
{% endif %} {% endfor %}Qibocal Error
{{error}}
{% else %}Welcome to Qibocal live!
Please select a report from the Saved reports in the sidebar .
{% endif %} {% endif %}