Microsoft Q# Coding Contest - Summer 2020

Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.

ContestId
Name
Phase
Frozen
Duration (Seconds)
Relative Time
Start Time
1357 Microsoft Q# Coding Contest - Summer 2020 FINISHED False 259200 139240799 June 19, 2020, 4 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 193 ) E1 Power of quantum Fourier transform PROGRAMMING

B'Implement an operation that is equivalent to the operation QFT ^P , where QFT is the quantum Fourier transform. Your operation should take the following inputs: The "output" of your solution is the state in which it left the input qubits. Your code should have the following signature (note that your operation should have Adjoint and Controlled variants defined for it; is Adj+Ctl in the operation signature will generate them automatically based on your code): You can learn more about QFT in this kata. You are allowed to take advantage of library operations, including QFTLE which implements the necessary transform in the first power. '...

Tutorials

Microsoft Q# Coding Contest – Summer 2020: editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
84366678 chris-md E1 June 19, 2020, 9:18 p.m. OK Q# TESTS 7 358 1638400
84366636 pwild E1 June 19, 2020, 9:17 p.m. OK Q# TESTS 7 373 1638400
84373843 kobae964 E1 June 20, 2020, 1:42 a.m. OK Q# TESTS 7 373 1740800
84379996 masayoshi64 E1 June 20, 2020, 4:40 a.m. OK Q# TESTS 7 373 2969600
84528744 siddhant22 E1 June 20, 2020, 8:25 p.m. OK Q# TESTS 7 374 1536000
84371010 tabr E1 June 19, 2020, 11:40 p.m. OK Q# TESTS 7 374 1536000
84357476 sumitacchan E1 June 19, 2020, 6:39 p.m. OK Q# TESTS 7 374 1536000
84421494 Baba E1 June 20, 2020, 2:15 p.m. OK Q# TESTS 7 374 1638400
84409803 vadimmm E1 June 20, 2020, 11:40 a.m. OK Q# TESTS 7 374 1638400
84363909 Oopsimbad E1 June 19, 2020, 8:20 p.m. OK Q# TESTS 7 374 1638400

remove filters

Back to search problems