Community Profile

photo

Prayash Thapa


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Is there a way to get the pattern sequence form a generated graph?
The aim is to obtain a unique value (also know as the order in Shor's Algorithm) from the graph produced. The graph contains dis...

3 years ago | 1 answer | 0

1

answer

Question


Is it possible to automatically output many possibilities using a loop?
I have the number let's say 100, I found its initial factors which are 4 and 50. I would then like to use these factors to divid...

3 years ago | 1 answer | 0

1

answer

Question


How to zero the region of the FFT output?
How do I zero the rigion of the FFT output before plotting? The zero frequency region will be at the left hand side of the outpu...

3 years ago | 1 answer | 0

1

answer

Question


Is there a way to count within the pattern, different points in a graph before repeating?
For these graphs shown (both are same), is there a way to find out how many unique points there are before repeating again? Fo...

3 years ago | 1 answer | 0

1

answer

Question


Removing non integer values from an array.
Is there a way to remove non integer values from an array? This is not the full script but parts of it: arr = [1, G1, G2, G3...

3 years ago | 1 answer | 0

1

answer

Question


How to find the number of values the equation outputs before repeating the same outputs again?
This script is based on implementing Shor's quantum factorization. For the equation 'fncT' whicn is alternative version to mod()...

3 years ago | 0 answers | 0

0

answers

Question


Error trying to implement a 1-D fast fourier Transform
Im trying to get a 1D fft from a signal and keep getting this error saying: "Error using fft Invalid data type. First argumen...

3 years ago | 1 answer | 0

1

answer

Question


How to implement a for loop for a equation and plot the values on a graph?
How can I correct the array values of 'fncT' when t becomes bigger than 19, the answers become incorrect for some reason. What i...

3 years ago | 1 answer | 0

1

answer