Commit Graph

6 Commits

Author SHA1 Message Date
David 0a0b645683
Update Client configuration documentation (#1430) 2024-08-01 15:19:17 -04:00
David 43d4ec88b1
Rename Quantum Serverless to Qiskit Serverless (#1309)
* Rename Quantum Serverless to Qiskit Serverless

* Fixed docker-compose for client tests

* Use in the job old reference to quantum

* This job requires old reference

* Update configuration with proxy image
2024-05-07 15:11:03 -04:00
Caleb Johnson a7d4b0bb92
Change Provider class name to ServerlessProvider (#1011)
* Change Provider class name to ServerlessProvider

* black

* Fix fstring

* Update notebooks with new class name

* Fix notebook error

* Turn BaseProvider into an abstract base class

* Don't turn BaseProvider into an abstract class

* Minor cleanups

* Deprecate Provider

* Call super correctly
2023-10-04 16:49:15 -05:00
David a4a6bd51a0
Infrastructure folder refactor (#868)
* Infrastructure docker folder refactorization

* Rename Dockerfile to Dockerfile-ray

* Removed terraform code

* Updated ICR github action

* Updated PR release workflow

* Updated docker-verify workflow

* Moved helm folder to charts

* Updated publish-helm workflow

* Improved push.paths to run the workflows

* Fix CVE-2023-37920 vulnerability

* Remove INSTALL.md

* Updated documentation for cloud

* Updated documentation

* Added README to the new folder

* Updated helm changes from #865

* Specify optional charts in the README

* docker compose in favour of docker-compose

* Moved Dockerfile-ray to the root folder

* Added changes from #874

* Updated files with conflicts for the merge

* Updated lock chart

* Updated theme version

* Force old rc version

* Restore theme dependency

* Added sphinx requirement
2023-08-17 15:57:27 +02:00
Paul Schweigert 4346ba3050
Rebase Provider, BaseProvider classes (#724)
* rebase Provider, BaseProvider classes

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* lint

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* more lint

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* fix docs build

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* add verbosity to docs build

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

---------

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
2023-06-26 13:59:04 -04:00
Iskandar Sitdikov 28ef68da9f
Issue 479 | Documentation refactor (#481)
* Issue 479 | Docs: update client readme for pypi + getting started refactor

* Issue 479 | Docs: structure + remove old notebooks

* Issue 479 | Docs: setup

* Issue 479 | Docs: running

* Issue 479 | Client: job results deserialize

* Issue 479 | Docs: whys and ordering

* Issue 479 | Docs: VQE example + structure modification

* Issue 479 | Docs: QAOA example

* Issue 479 | Docs: short description + github refs

* Issue 479 | Docs: fix grammar
2023-05-05 14:53:55 -04:00