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
( 51 ) E2 Root of quantum Fourier transform PROGRAMMING

B'Implement an operation that is equivalent to the operation QFT ^{1/P} , where QFT is the quantum Fourier transform. In other words, your operation, applied P times, should have the same effect as applying QFT. You can implement the required transformation up to a global phase. 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. '...

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
84576099 tabr E2 June 21, 2020, 10:55 a.m. OK Q# TESTS 6 467 3584000
84629085 googlweknoall E2 June 22, 2020, 4:23 a.m. OK Q# TESTS 6 483 3891200
84534695 michael.dotsenko E2 June 20, 2020, 10:30 p.m. OK Q# TESTS 6 483 4198400
84649499 cnjzxy E2 June 22, 2020, 9:52 a.m. OK Q# TESTS 6 498 3686400
84707926 imazato E2 June 23, 2020, 3:02 a.m. OK Q# TESTS 6 498 17612800
84657264 fts96 E2 June 22, 2020, 11:34 a.m. OK Q# TESTS 6 529 3788800
84644652 Manel_Nesquik E2 June 22, 2020, 8:43 a.m. OK Q# TESTS 6 655 3276800
84589326 y0105w49 E2 June 21, 2020, 2:01 p.m. OK Q# TESTS 6 670 3276800
84565751 arccosh E2 June 21, 2020, 8:36 a.m. OK Q# TESTS 6 670 3788800
84606347 _R_boukensha E2 June 21, 2020, 5:38 p.m. OK Q# TESTS 6 670 6553600

remove filters

Back to search problems