Managing Calibration Data: Step-by-Step Guide
Create Branch

from qubicstorage import calibration
import json
commit_data = {
'author_name': 'John Doe',
'author_email': 'john@example.com',
'author_message': 'Initial commit'
}
branch_name = 'test_branch'
response = calibration.createbranch(commit_data, branch_name)
response_json_content = response.json()
response_json_string = json.dumps(response_json_content, indent=4)
print(response_json_string)Add Chip

Web Platform: Commit Calibration Data




Jupyter NoteBook: Commit Calibration Data
Last updated