Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Agony5757 committed Sep 25, 2023
1 parent 26fffd4 commit 7d4b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpandalite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .circuit_builder import *
from .originir import OriginIR_Parser
from .simulator import OriginIR_Simulator
from .analyzer import shots2prob, calculate_expectation
from .analyzer import convert_originq_result, calculate_expectation, shots2prob, kv2list
from .qcloud_config.originq_online_config import create_originq_online_config
from .qcloud_config.quafu_online_config import create_quafu_online_config
from .transpiler import plot_time_line
Expand Down

0 comments on commit 7d4b403

Please sign in to comment.