Skip to content

Commit 7b74390

Browse files
authored
Remove additional resource estimator files (#669)
* Remove resource estimator files
1 parent 6d63d9c commit 7b74390

File tree

9 files changed

+29552
-3260
lines changed

9 files changed

+29552
-3260
lines changed

azure-quantum/azure/quantum/chemistry/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

azure-quantum/azure/quantum/target/microsoft/target.py

Lines changed: 0 additions & 142 deletions
This file was deleted.

azure-quantum/azure/quantum/target/params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ def as_dict(self, validate=True) -> Dict[str, Any]:
250250
if len(self.file_uris) > 0:
251251
result["fileUris"] = self.file_uris
252252

253-
return result
253+
return result

azure-quantum/azure/quantum/target/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(
8484
:type output_data_format: str
8585
:param capability: QIR capability. Deprecated, use `target_profile`
8686
:type capability: str
87-
:param provider_id: Id of provider (ex. "microsoft-qc")
87+
:param provider_id: Id of provider
8888
:type provider_id: str
8989
:param content_type: "Content-Type" attribute value to set on input blob (ex. "application/json")
9090
:type content_type: azure.quantum.job.ContentType

azure-quantum/tests.live/Run.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ function PyTestMarkExpr() {
6262
if ($AzureQuantumCapabilities -notcontains "submit.quantinuum") {
6363
$MarkExpr += " and not quantinuum"
6464
}
65-
if ($AzureQuantumCapabilities -notcontains "submit.microsoft-qc") {
66-
$MarkExpr += " and not microsoft_qc"
67-
}
6865
if ($AzureQuantumCapabilities -notcontains "submit.microsoft-elements") {
6966
$MarkExpr += " and not microsoft_elements_dft"
7067
}

0 commit comments

Comments
 (0)