Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion conda-recipes/iqsharp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@ test:
about:
home: https://docs.microsoft.com/quantum
license: MIT
summary: Microsoft's IQ# Server.
summary: Microsoft's IQ# kernel providing Q# support for the Jupyter platform.
description: |
For details on how to get started with Jupyter and Q#, please see the guide at https://docs.microsoft.com/quantum/install-guide/jupyter.
You can also try our Quantum Computing Fundamentals learning path (https://aka.ms/learnqc) to get familiar with the basic concepts
of quantum computing, build quantum programs, and identify the kind of problems that can be solved.
dev_url: https://github.com/microsoft/iqsharp
doc_url: https://docs.microsoft.com/quantum/install-guide/jupyter
7 changes: 6 additions & 1 deletion conda-recipes/qsharp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@ test:
about:
home: https://docs.microsoft.com/quantum
license: MIT
summary: Python client for Q#, a domain-specific quantum programming language
summary: Python client for Q#, a domain-specific quantum programming language.
description: |
For details on how to get started with Python and Q#, please see the guide at https://docs.microsoft.com/quantum/install-guide/python.
You can also try our Quantum Computing Fundamentals learning path (https://aka.ms/learnqc) to get familiar with the basic concepts
of quantum computing, build quantum programs, and identify the kind of problems that can be solved.
dev_url: https://github.com/microsoft/iqsharp
doc_url: https://docs.microsoft.com/quantum/install-guide/python
8 changes: 7 additions & 1 deletion src/Python/qsharp-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The `qsharp-core` package for Python provides interoperability with the Quantum

For details on how to get started with Python and Q#, please see the [Getting Started with Python guide](https://docs.microsoft.com/quantum/install-guide/python).

You can also try our [Quantum Computing Fundamentals](https://aka.ms/learnqc) learning path to get familiar with the basic concepts of quantum computing, build quantum programs, and identify the kind of problems that can be solved.

## Installing with Anaconda ##

If you use Anaconda or Miniconda, installing the `qsharp` package will automatically include all dependencies:
Expand All @@ -22,7 +24,7 @@ cd iqsharp/src/Python/
python setup.py install
```

## Building the `qsharp` Package ##
## Building the `qsharp-core` Package ##

The Python interoperability feature uses a standard `setuptools`-based packaging strategy.
To build a platform-independent wheel, run the setup script with `bdist_wheel` instead:
Expand All @@ -34,3 +36,7 @@ python setup.py bdist_wheel

By default, this will create a `qsharp-core` wheel in `dist/` with the version number set to 0.0.0.1.
To provide a more useful version number, set the `PYTHON_VERSION` environment variable before running `setup.py`.

## Support and Q&A

If you have questions about the Quantum Development Kit and the Q# language, or if you encounter issues while using any of the components of the kit, you can reach out to the quantum team and the community of users in [Stack Overflow](https://stackoverflow.com/questions/tagged/q%23) and in [Quantum Computing Stack Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/q%23) tagging your questions with **q#**.