Skip to content

Commit

Permalink
fix: removed cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Aug 28, 2024
1 parent f1f43fd commit 6820b25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 130 deletions.
128 changes: 0 additions & 128 deletions src/qiboml/models/#encoding_decoding.py#

This file was deleted.

1 change: 0 additions & 1 deletion src/qiboml/models/.#encoding_decoding.py

This file was deleted.

1 change: 0 additions & 1 deletion src/qiboml/models/encoding_decoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def __post_init__(self):
self.circuit.add(gates.RZ(q, theta=0.0))

def forward(self, x: ndarray) -> Circuit:
# self.circuit.set_parameters(self.backend.cast(x.ravel()))
self.parameters = x
return self.circuit

Expand Down

0 comments on commit 6820b25

Please sign in to comment.