Which of the following commands will result in |i> basis state?

Which of the following commands will result in |i> basis state? i.e. |i> = 1/ √ 2(|0 〉 +i|1 〉 )A . H-gate followed by Z-gateB . Z-gate followed by H-gateC . H-gate followed by S-gateD . H-gate followed by Y-gateView AnswerAnswer: C

September 4, 2024No CommentsREAD MORE +

Which of the following statement runs the below quantum circuit 1024 times and display the results in a list that contains the probabilities of states? (Select only 2)

Which of the following statement runs the below quantum circuit 1024 times and display the results in a list that contains the probabilities of states? (Select only 2) qc = QuantumCircuit(2,2) qc.h(0) qc.t(0) qc.t(0) qc.h(0) A) B) C) D) E) A . Option AB . Option BC . Option CD...

September 4, 2024No CommentsREAD MORE +

What is the fundamental principle behind quantum teleportation?

What is the fundamental principle behind quantum teleportation?A . Instantaneous transfer of quantum informationB . Replication of quantum statesC . Movement of qubits through a quantum networkD . Transfer of quantum information without physically moving the qubitsView AnswerAnswer: D

September 4, 2024No CommentsREAD MORE +

How do the principles of uncertainty in quantum mechanics affect information encoding?

How do the principles of uncertainty in quantum mechanics affect information encoding?A . They allow for absolute certainty in information transmissionB . They impose limitations on simultaneous knowledge of certain pairs of propertiesC . They have no impact on information encodingD . They make quantum information more predictable than classical...

September 3, 2024No CommentsREAD MORE +

Which quantum gate is equivalent to classical NOT-gate?

Which quantum gate is equivalent to classical NOT-gate?A . X-gateB . Y-gateC . Z-gateD . H-gateView AnswerAnswer: A

September 3, 2024No CommentsREAD MORE +

Which tool is commonly used to simulate quantum circuits and execute experiments in a software environment?

Which tool is commonly used to simulate quantum circuits and execute experiments in a software environment?A . Qiskit AerB . Quantum Assembly Language (QASM)C . IBM Quantum ExperienceD . Q# Programming LanguageView AnswerAnswer: A

September 3, 2024No CommentsREAD MORE +

Which of the following statement will convert the below qasm file to a Quantum circuit qc?

Which of the following statement will convert the below qasm file to a Quantum circuit qc? myfile.qasm OPENQASM 2.0; include "qelib1.inc"; qreg q[2]; h q[0]; h q[1]; s q[0]; s q[1];A . qc = QuantumCircuit.from_file('myfile.qasm')B . qc = QuantumCircuit.from_qasm_file('myfile.qasm')C . qc = QuantumCircuit.read('myfile.qasm')D . qc = QuantumCircuit.read('myfile.qasm')E . qc =...

September 3, 2024No CommentsREAD MORE +

Which programming paradigm best aligns with Qasm in the context of quantum computing?

Which programming paradigm best aligns with Qasm in the context of quantum computing?A . Procedural programmingB . Object-oriented programmingC . Imperative programmingD . Domain-specific language programmingView AnswerAnswer: D

September 3, 2024No CommentsREAD MORE +

What Qiskit function is primarily used to display information about noise models and quantum errors affecting a device?

What Qiskit function is primarily used to display information about noise models and quantum errors affecting a device?A . plot_error_details()B . display_error_information()C . show_error_map()D . visualize_noise_models()View AnswerAnswer: C

September 3, 2024No CommentsREAD MORE +

What is the equivalent phase of the phase gate when it is Z-gate?

What is the equivalent phase of the phase gate when it is Z-gate? A . π/4B . π/2C . πD . π/8View AnswerAnswer: C

September 2, 2024No CommentsREAD MORE +