From e4a0a8412adc2aad4b0d252203067b97d33b9136 Mon Sep 17 00:00:00 2001 From: David Teller Date: Thu, 23 Jan 2025 12:43:21 +0100 Subject: [PATCH] +feedback --- README.md | 13 ++++--------- ci/emu_base/pyproject.toml | 4 ++-- ci/emu_mps/pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 28f8398..8aad161 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Emu-MPS -**EMU-MPS** is a backend for the [Pulser low-level Quantum Programming toolkit](https://pulser.readthedocs.io). EMU-MPS lets you transparently run Quantum Algorithms on a simulated device, using GPU acceleration if available. More in depth, EMU-MPS is designed to **EMU**late the dynamics of programmable arrays of neutral atoms, with matrix product states (**MPS**). This design makes it faster and more memory-efficient than previous generations of quantum emulators, which means that you can emulate systems with larger number of qubits, faster. +**EMU-MPS** is a backend for the [Pulser low-level Quantum Programming toolkit](https://pulser.readthedocs.io). EMU-MPS lets you transparently run Quantum Algorithms on a simulated device, using GPU acceleration if available. More in depth, EMU-MPS is designed to **EMU**late the dynamics of programmable arrays of neutral atoms, with matrix product states (**MPS**). While benchmarking is incomplete as of this writing, early results suggest that this design makes EMU-MPS faster and more memory-efficient than previous generations of quantum emulators at running simulations with large numbers of qubits. ## Installation @@ -59,15 +59,10 @@ Join us on [Slack](https://pasqalworkspace.slack.com/archives/C07MUV5K7EU) or by ## Usage For the time being, the easiest way to learn how to use this package is to look -at the [examples](examples/emu_mps_examples). +at the [examples](examples/emu_mps_examples) and [notebooks](https://pasqal-io.github.io/emulators/latest/). -See also the [full API documentation](https://pqs.pages.pasqal.com/emu_mps/). - -For more information, you can check the tutorials and examples located in the [examples folder](https://gitlab.pasqal.com/emulation/rydberg-atoms/emu-ct/-/tree/main/examples?ref_type=heads) - -## Documentation - -Please check the [documentation](./docs/index.md) page for more info about contributing, the API, benchmarks, etc. +See also the [full documentation](https://github.com/pasqal-io/emulators/blob/main/docs/index.md) for +the API, information about contributing, benchmarks, etc. ## Getting in touch diff --git a/ci/emu_base/pyproject.toml b/ci/emu_base/pyproject.toml index 1caf97f..8904324 100644 --- a/ci/emu_base/pyproject.toml +++ b/ci/emu_base/pyproject.toml @@ -14,9 +14,9 @@ authors = [ ] url="https://gitlab.pasqal.com/emulation/rydberg-atoms/emu-ct" requires-python = ">=3.10" -license = {text = "Proprietary"} +license = {text = "MIT-derived"} classifiers=[ - "License :: Other/Proprietary License", + "License :: MIT-derived", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", diff --git a/ci/emu_mps/pyproject.toml b/ci/emu_mps/pyproject.toml index bdfaadf..90e58c2 100644 --- a/ci/emu_mps/pyproject.toml +++ b/ci/emu_mps/pyproject.toml @@ -14,9 +14,9 @@ authors = [ ] url="https://gitlab.pasqal.com/emulation/rydberg-atoms/emu-ct" requires-python = ">=3.10" -license = {text = "Proprietary"} +license = {text = "MIT-derived"} classifiers=[ - "License :: Other/Proprietary License", + "License :: MIT-derived", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",