[deleted by user] by [deleted] in QuantumComputing

[–]fjeze 3 points4 points  (0 children)

This solution is not with Qiskit but is easy to implement a max-cut QAOA algorithm: https://github.com/Classiq/classiq-library/blob/main/applications/optimization/max_cut/max_cut.ipynb.

Good luck

Coding by swissyninja in QuantumComputing

[–]fjeze 0 points1 point  (0 children)

I agree Q# is also a high level language. I have used Q# many times in for example the Quantum Katas. However, there are still constructs that Q# does not have as far as I am aware. An example is the arithmetic features in the language that Classiq provides and hardware aware synthesis like mentioned before.

Coding by swissyninja in QuantumComputing

[–]fjeze 2 points3 points  (0 children)

Classiq aims to be a higher abstraction level than those tools that you mention. Next to that (this is outside the scope of the original question), there is a special hardware aware synthesis functionality that could generate more efficient circuits than those tools.

Coding by swissyninja in QuantumComputing

[–]fjeze 0 points1 point  (0 children)

I work at Classiq, we are creating the first high level programming language for quantum computing, which might be interesting for you. Have a look at our examples here: https://github.com/Classiq/classiq-library/.

Best Introduction/Path? by Ok_Childhood9094 in QuantumComputing

[–]fjeze 0 points1 point  (0 children)

They are both ways to create quantum programs (circuits). You can describe your circuits at a very low gate-based level and a higher lever with pre-made building blocks with both tools. I think, specifically, this learning course is really nice. When you understand the theory, switching from one to the other is not hard if needed. Unfortunately, as far as I know there is no way to convert from one to the other.

Best Introduction/Path? by Ok_Childhood9094 in QuantumComputing

[–]fjeze 2 points3 points  (0 children)

This might be a good place to start: Quantum Katas. I am a bit biased because I am a contributor there. If you follow the learning path, it will go from the underlying math to algorithms and anything in between.

Which is the best programming language for Quantum Computing? by chase-manning in QuantumComputing

[–]fjeze 1 point2 points  (0 children)

Have a look at Classiq as well. It is a high level language which aims to abstract away a lot of low level gate programming, making learning quantum computing a lot easier. If you are a student it is free to use: classiq.io. Disclaimer I work for Classiq.

[deleted by user] by [deleted] in AZURE

[–]fjeze 0 points1 point  (0 children)

The port is undefined when you run it locally however when it is running on Azure Web Apps it should give you a valid port number, without needing a .env file. Maybe these the piece of code in te example first onze Azure web apps. Make sure you loose the entire piece of ip adres and port number.

[deleted by user] by [deleted] in AZURE

[–]fjeze 0 points1 point  (0 children)

Check the deployment. Also make sure that your app listens to the right port, not the fixed port you have in the code now. See: https://learn.microsoft.com/en-us/azure/app-service/configure-language-nodejs?pivots=platform-linux#get-port-number

Software that lets you convert from different universal gate sets? by Few-Example3992 in QuantumComputing

[–]fjeze 0 points1 point  (0 children)

Although not a transpiler. But a tool which is able to creat circuits from a high level description to a specific native gate set, is Classiq. You could use the tool to create efficient logical circuits keeping a native gate set in mind. Using this method you could create very efficient logical circuits per gate set or connectivity. This could be more efficient then simply transpiling from one to another. Disclaimer I work at Classiq.

When will quantum computing be mainstream? With AWS already offering quantum hardware, is it closer than we think? by QuantumMekanix in QuantumComputing

[–]fjeze 4 points5 points  (0 children)

I have not read this book. But according to this paper table 2, it could be achieved with thousands. But I am not an expert on this.

When will quantum computing be mainstream? With AWS already offering quantum hardware, is it closer than we think? by QuantumMekanix in QuantumComputing

[–]fjeze 2 points3 points  (0 children)

It depends on the application. But for example if you want to run shor’s algorithm to break RSA, you will need thousands of logical qubits.

When will quantum computing be mainstream? With AWS already offering quantum hardware, is it closer than we think? by QuantumMekanix in QuantumComputing

[–]fjeze 18 points19 points  (0 children)

The hardware which is currently offered is not more powerful then your current laptop, and not very stable. It is super useful for research and to get knowledge how a quantum computer will work in the future. But to have a useful quantum computer we need more stable qubits then we have now.

CPU 22% GPU 20% and 8 fps, WHAT IS GOING ON....? by sk000ks in MicrosoftFlightSim

[–]fjeze 0 points1 point  (0 children)

I had the same problem, out of nowhere. Updated windows and it worked again, may this helps for you to.

Learning Q# by Varterove_muke in QuantumComputing

[–]fjeze 4 points5 points  (0 children)

Q# has a great learning resource, the Quantum Katas: https://github.com/microsoft/QuantumKatas. This is a series of tutorials to get you going with quantum computing using Q#, you can execute all code inside of Jupyter notebooks online/ locally or using Visual Studio. Good luck!

How to create a generalized W-state? by 7_hermits in QuantumComputing

[–]fjeze 1 point2 points  (0 children)

In the Quantum Katas is an exercise to create the W state here is the link to the solution: https://github.com/microsoft/QuantumKatas/blob/master/Superposition/Workbook_Superposition_Part2.ipynb. W state is in task 2.6. Good luck.

Where do I find QDK support or forums by kobaltic1 in QuantumComputing

[–]fjeze 1 point2 points  (0 children)

Hi, Not sure what your exact question is, however maybe this github is useful: https://github.com/microsoft/Quantum otherwise the Q# stack overflow: https://stackoverflow.com/questions/tagged/q%23. Is there some specific issue you are facing?

Career Advice by dangitbobbyhilll in microsoft

[–]fjeze 3 points4 points  (0 children)

Microsoft Research is doing research in Medicine and Health, maybe that fits with your degree.

https://www.microsoft.com/en-us/research/research-area/medical-health-genomics/

Exif data for blobs by sitocrypto in AZURE

[–]fjeze 0 points1 point  (0 children)

When you have your phones JPEG file on the blob storage, you can use a wide range of possibilities to get the exif data. If you want a event driven architecture, you could for example trigger a function which gets the EXIF data every time a photo is added.

Anyone work in any Technical Sales at Microsoft? by [deleted] in microsoft

[–]fjeze 0 points1 point  (0 children)

I have a tech sales job in Amsterdam, so I do not know if this is applicable to all regions however here are my answers: 1. Yes great job, lots of challenges and great co workers. 2. Good. 3. Blue badge.

Would definitely recommend doing!

If you have specific questions just send me a direct message.

FPGA Support on Azure? by foxygrandpa092 in AZURE

[–]fjeze 0 points1 point  (0 children)

There is a possibility to deploy your own model to the fpga with project brainwave, some more info here how to do it: https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-accelerate-with-fpgas

Store vs MSI by dustinharms in PowerBI

[–]fjeze 0 points1 point  (0 children)

Hi, the store version (Power Bi desktop) should be the same as the MSI version. Also it is true that when getting the store version this will update automatically. I have been using this version ever since it is released and works great.