MatteoRobbiati
|
d854d15068
|
fix: add link to api reference
|
2025-02-10 10:43:29 +01:00 |
|
MatteoRobbiati
|
3e9189e49f
|
refactor: probabilities are now returned as an array, being aligned with Qibo
|
2025-02-10 10:23:01 +01:00 |
|
MatteoRobbiati
|
d959c95535
|
Merge branch 'matcha' of github.com:qiboteam/qibotn into matcha
|
2025-02-10 10:12:47 +01:00 |
|
pre-commit-ci[bot]
|
938bf136f6
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-02-10 09:12:07 +00:00 |
|
Matteo Robbiati
|
72ba4165be
|
Apply suggestions from code review
Co-authored-by: BrunoLiegiBastonLiegi <45011234+BrunoLiegiBastonLiegi@users.noreply.github.com>
|
2025-02-10 10:11:59 +01:00 |
|
MatteoRobbiati
|
39ed3ebbab
|
doc: use qibo's GHZ state function
|
2025-02-10 10:07:26 +01:00 |
|
MatteoRobbiati
|
65b60e0fb9
|
fix: probabilities method in result class
|
2025-02-04 11:20:46 +01:00 |
|
MatteoRobbiati
|
8b7bb9ee7c
|
doc: improving the docs
|
2025-02-04 11:20:08 +01:00 |
|
MatteoRobbiati
|
f6992b489f
|
Merge branch 'matcha' of github.com:qiboteam/qibotn into matcha
|
2025-02-03 17:19:54 +01:00 |
|
MatteoRobbiati
|
f420a94036
|
test: circuit execution
|
2025-02-03 17:19:39 +01:00 |
|
MatteoRobbiati
|
d15a3d952d
|
refactor: renaming expectation test
|
2025-02-03 17:19:17 +01:00 |
|
MatteoRobbiati
|
1036075c9c
|
fix: probabilities results in case of prob_type=U
|
2025-02-03 17:18:48 +01:00 |
|
MatteoRobbiati
|
4a2362e0c1
|
feat: add set_device method to TN abstract backend
|
2025-02-03 16:57:50 +04:00 |
|
MatteoRobbiati
|
08ad49eb19
|
feat: make statevector calculation optional
|
2025-02-03 16:54:24 +04:00 |
|
MatteoRobbiati
|
67b900b621
|
fix: set config_backend as normal method and not abstract method (for now)
|
2025-02-03 12:11:39 +01:00 |
|
MatteoRobbiati
|
4cc14524e6
|
adapt pre-commit to qibo's one
|
2025-01-30 11:37:31 +01:00 |
|
MatteoRobbiati
|
29ca5044e9
|
test: add conftest and first observable test
|
2025-01-30 11:35:02 +01:00 |
|
MatteoRobbiati
|
e510c8b7e1
|
fix: conflicts in pre-commit config with main
|
2025-01-29 14:59:03 +01:00 |
|
MatteoRobbiati
|
13789e5e42
|
chore: aligning pre-commit with Qibo's
|
2025-01-29 14:56:09 +01:00 |
|
MatteoRobbiati
|
97a1568977
|
chore: updating pre-commit once more
|
2025-01-29 14:52:02 +01:00 |
|
MatteoRobbiati
|
a609dfaa10
|
chore: rerun pre-commit
|
2025-01-29 14:44:44 +01:00 |
|
MatteoRobbiati
|
ad40a8ba7a
|
chore: updating lock
|
2025-01-29 14:37:48 +01:00 |
|
MatteoRobbiati
|
dc027645c2
|
doc: add example introduction to qmatchatea backend
|
2025-01-28 22:20:32 +01:00 |
|
MatteoRobbiati
|
66288ac6eb
|
feat: add method to compute expectation values from symbolic form of hamiltonians
|
2025-01-28 22:16:52 +01:00 |
|
MatteoRobbiati
|
ce40c7b3f3
|
fix: TensorNetworkResult error raising
|
2025-01-28 22:16:11 +01:00 |
|
MatteoRobbiati
|
91b4b63130
|
refactor: move the imports outside of the backend init
|
2025-01-28 14:38:27 +01:00 |
|
MatteoRobbiati
|
6fe2c32c0d
|
fix: removed unused default_runcard dictionary
|
2025-01-28 14:31:30 +01:00 |
|
MatteoRobbiati
|
1268888478
|
feat: TensorNetworkResult object implementation
|
2025-01-28 14:29:58 +01:00 |
|
MatteoRobbiati
|
85e2e3982a
|
feat: improving execute_circuit method by adding a TensorNetworkResult object (which standardize the output with Qibo's)
|
2025-01-28 14:29:30 +01:00 |
|
Alessandro Candido
|
820ddbdff5
|
Merge pull request #87 from qiboteam/pre-commit-ci-update-config
|
2025-01-28 11:23:01 +01:00 |
|
pre-commit-ci[bot]
|
798d0abcce
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pycqa/isort: 5.13.2 → 6.0.0](https://github.com/pycqa/isort/compare/5.13.2...6.0.0)
- [github.com/PyCQA/docformatter: master → v1.7.5](https://github.com/PyCQA/docformatter/compare/master...v1.7.5)
|
2025-01-27 23:29:58 +00:00 |
|
MatteoRobbiati
|
429e15db5e
|
feat: integrating qmatchatea SimulationResult in the circuit execution
|
2025-01-27 13:04:32 +01:00 |
|
MatteoRobbiati
|
508d5cd5e9
|
feat: integrating qmatchatea SimulationResult in the circuit execution
|
2025-01-27 13:03:27 +01:00 |
|
pre-commit-ci[bot]
|
80bfc7e876
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-01-27 11:29:47 +00:00 |
|
MatteoRobbiati
|
43ebd79cec
|
feat: add qmatchatea backend to __init__ backends file
|
2025-01-27 12:28:54 +01:00 |
|
MatteoRobbiati
|
a979d97891
|
feat: drafting qmatchatea backend
|
2025-01-27 12:28:19 +01:00 |
|
MatteoRobbiati
|
f1aec1f0bf
|
feat: abstract qibotn backend
|
2025-01-27 12:27:32 +01:00 |
|
MatteoRobbiati
|
773196fb2f
|
refactor: constructing an abstract QiboTN backend and adapt quimb and cutensornet
|
2025-01-27 12:26:30 +01:00 |
|
Stefano Carrazza
|
b28260289e
|
Update pyproject.toml
|
2025-01-20 09:09:51 +04:00 |
|
Stefano Carrazza
|
0c3b572ed3
|
updating lock
|
2025-01-20 08:56:44 +04:00 |
|
Stefano Carrazza
|
6787d777df
|
Merge pull request #76 from NithyasriVS/readme_installation_poetrynotpip
Updating README file on installation for new qibotn users
|
2025-01-16 14:07:05 +04:00 |
|
pre-commit-ci[bot]
|
7b356aa4f0
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-01-16 07:52:06 +00:00 |
|
Nithyasri Srivathsan
|
ffb9207a5a
|
Update README.md for new stable ver release
|
2025-01-16 15:49:41 +08:00 |
|
Stefano Carrazza
|
52fc56c207
|
Merge pull request #82 from qiboteam/fix_doc
Updating basic example in doc
|
2025-01-16 08:40:27 +04:00 |
|
pre-commit-ci[bot]
|
ba92e902e8
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-01-16 04:18:21 +00:00 |
|
Vinitha Balachandran
|
712346e988
|
Updating pre-commit file to fix docformatter
|
2025-01-16 12:13:13 +08:00 |
|
Vinitha Balachandran
|
be40912c4e
|
Updating basic example in doc
|
2025-01-10 17:20:45 +08:00 |
|
Stefano Carrazza
|
48c6775aa1
|
Update README.md
|
2025-01-10 15:57:19 +08:00 |
|
Stefano Carrazza
|
b2da4616c4
|
Merge pull request #80 from qiboteam/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
2025-01-08 16:24:31 +08:00 |
|
pre-commit-ci[bot]
|
7e448e4670
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1)
- [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](https://github.com/hadialqattan/pycln/compare/v2.4.0...v2.5.0)
|
2025-01-07 00:50:56 +00:00 |
|