Skip to content

Should we

Should we require the parameters in a metadata to follow a certain format? For eg in singlet state exp im providing type, description, value:

//   "parameters": {
//     "theta1": {
//       "type": "float",
//       "description": "Rotation angle for qubit 0 measurement basis",
//       "value": 0.7853981633974483
//     },
//     "theta2": {
//       "type": "float",
//       "description": "Rotation angle for qubit 1 measurement basis",
//       "value": 0.0
//     }
//   }

Maybe we can suggest in the main template as a good practice?