settings.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "control": {
  3. "shadow": false,
  4. "size": 0.1
  5. },
  6. "gate_shadow": true,
  7. "gates": {
  8. "AllocateQubitGate": {
  9. "allocate_at_zero": false,
  10. "draw_id": false,
  11. "height": 0.15,
  12. "offset": 0.1,
  13. "pre_offset": 0.1,
  14. "width": 0.2
  15. },
  16. "DeallocateQubitGate": {
  17. "height": 0.15,
  18. "offset": 0.2,
  19. "pre_offset": 0.1,
  20. "width": 0.2
  21. },
  22. "EntangleGate": {
  23. "offset": 0.2,
  24. "pre_offset": 0.2,
  25. "width": 1.8
  26. },
  27. "HGate": {
  28. "offset": 0.3,
  29. "pre_offset": 0.1,
  30. "width": 0.5
  31. },
  32. "MeasureGate": {
  33. "height": 0.5,
  34. "offset": 0.2,
  35. "pre_offset": 0.2,
  36. "width": 0.75
  37. },
  38. "Ph": {
  39. "height": 0.8,
  40. "offset": 0.3,
  41. "pre_offset": 0.2,
  42. "width": 1.0
  43. },
  44. "Rx": {
  45. "height": 0.8,
  46. "offset": 0.3,
  47. "pre_offset": 0.2,
  48. "width": 1.0
  49. },
  50. "Ry": {
  51. "height": 0.8,
  52. "offset": 0.3,
  53. "pre_offset": 0.2,
  54. "width": 1.0
  55. },
  56. "Rz": {
  57. "height": 0.8,
  58. "offset": 0.3,
  59. "pre_offset": 0.2,
  60. "width": 1.0
  61. },
  62. "SqrtSwapGate": {
  63. "height": 0.35,
  64. "offset": 0.1,
  65. "width": 0.35
  66. },
  67. "SqrtXGate": {
  68. "offset": 0.3,
  69. "pre_offset": 0.1,
  70. "width": 0.7
  71. },
  72. "SwapGate": {
  73. "height": 0.35,
  74. "offset": 0.1,
  75. "width": 0.35
  76. },
  77. "XGate": {
  78. "height": 0.35,
  79. "offset": 0.1,
  80. "width": 0.35
  81. }
  82. },
  83. "lines": {
  84. "double_classical": true,
  85. "double_lines_sep": 0.04,
  86. "init_quantum": true,
  87. "style": "very thin"
  88. }
  89. }