Skip to content

Commit

Permalink
Create computer.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent ffcb2da commit 57be2c6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions quantum_computer/computer.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export default {
quantum_processor: {
architecture: 'superconducting_qubit',
num_qubits: 100
},
quantum_memory: {
type: 'quantum_RAM',
capacity: 10000
},
quantum_algorithm: {
type: 'shor_algorithm',
complexity: 'exponential'
},
quantum_interface: {
type: 'quantum_gate_array',
num_gates: 1000
}
};

0 comments on commit 57be2c6

Please sign in to comment.