Commit Graph

12 Commits

Author SHA1 Message Date
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
Caleb Johnson 10d67cd046
Remove deprecated electronic structure problem example (#671)
* Remove electronic structure problem example. It is deprecated.

* Minor change to quickstart
2023-06-12 11:32:17 -05:00
Caleb Johnson f0281ce942
Add optional pre install step to quickstart (#675)
* Add pre-installation to Quickstart
2023-06-12 08:22:06 -05:00
Paul Schweigert 325f62583f
Add repository docker compose profile (#604)
* simplify quickstart commands for docker compose

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

* update docs

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

* - hyphens

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

* repo profile on non-dev too

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

* drop one more hyphen

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

* linter

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

* keep jupyter profile

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

---------

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
2023-06-07 16:51:11 -04:00
Caleb Johnson d6265aff83
Unpin serverless version from quickstart (#647)
We've already removed the VERSION argument from docker compose. Let's unpin the. version from serverless to match it. This is one less thing to keep up with at release.
2023-06-06 12:07:44 -05:00
Caleb Johnson a4368a10d4
Add spaces to quickstart so code blocks render correctly (#643) 2023-06-06 09:16:01 -05:00
Caleb Johnson 9d2b4d1377
Update docs (#593)
* Clean up documentation and tutorials

---------

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>
2023-06-05 07:41:16 -05:00
Paul Schweigert 549af241d2
Fix broken links / image versions (#591)
* fix broken links / image versions

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

* update

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

* one more

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

---------

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
2023-05-24 15:08:23 -04:00
Paul Schweigert 0bada3fea3
Rename `run_program` to just `run` (#580)
* update contributing with new arm64 setup

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

* refactor run_program method to run

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

* s/run/run_program/g for docs and notebooks

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

---------

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
2023-05-24 13:18:14 -04:00
Iskandar Sitdikov a97f22b9cb
Issue 525 | Better error handling (#535)
* Issue 525 | Better error handling
* Issue 525 | Error codes
2023-05-15 10:37:12 -04:00
Iskandar Sitdikov b857a9fbfe
Version bump 0.0.8 (#517) 2023-05-09 15:36:03 -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