Skip to content

Commit b876e79

Browse files
authored
Update Project-Plan.md
1 parent 67bcf07 commit b876e79

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

Project-Plan.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,30 @@
22
# References and links:
33
* [Google sheet](https://docs.google.com/spreadsheets/d/1NBINiUsAdrqoO50y_CX_BGGgXcP9Zt6i5nYKvuB70Tg/edit?usp=sharing) listing the latest status of all experiments at any given point of time
44
* live or dead status of all experiments as of :dec 10th 2024
5-
* sst2_classical_1: runs well end to end+ has pytest. Latest version can be found in branch titled: run_sst1_classical1
6-
* sst2_classical2: i.e with bob cat parser, is hitting `both inputs must be same dtype` error again. end of road for now.Latest version can be found in branch titled: run_sst_classical2
7-
* sst2_quantum1: stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out.
8-
* sst2_quantum2: same stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out.
5+
* sst2_classical_1: (alive)
6+
- runs well end to end+ has pytest. Latest version can be found in branch titled: run_sst1_classical1
7+
* sst2_classical2: (dead)
8+
- i.e with bob cat parser, is hitting `both inputs must be same dtype` error again. end of road for now.Latest version can be found in branch titled: run_sst_classical2
9+
* sst2_quantum1:(dead)
10+
- stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out.
11+
* sst2_quantum2: (dead)
12+
- same stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out.
913

1014
* spanish_classical_1:
1115
* spanish_classical2:
1216
* spanish_quantum1:
1317
* spanish_quantum2:
1418

15-
* uspantek_classical_1: works+ have added a pytest
16-
* uspantek_classical2: works+ have added a pytest
17-
* uspantek_quantum1: error (KeyError: ResultHandle('d06e4535-1edc-4190-b0e3-838b257d7612', 1, 10, 'null'))+added pytestx2
18-
* uspantek_quantum2:
19-
* latest command line command to run the code of any branch will be found in its respective readme.md
19+
* uspantek_classical_1: (alive)
20+
- works+ have added a pytest
21+
* uspantek_classical2: (alive)
22+
- works+ have added a pytest
23+
* uspantek_quantum1: (dead)
24+
- error (KeyError: ResultHandle('d06e4535-1edc-4190-b0e3-838b257d7612', 1, 10, 'null'))+added pytestx2
25+
* uspantek_quantum2: (dead)
26+
- error (Attributeerror: raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'")AttributeError: 'PennyLaneModel' object has no attribute '_clear_predictions))+added pytestx2
27+
28+
* latest command line command to run the code of any branch will be found next to its respective test case
2029
* always run pytest before merging a branch or even git push
2130

2231
* Link to github started by Robert Henderson:

0 commit comments

Comments
 (0)