Skip to content

Releases: Qyusu/qxmt

Relese 0.4.5

19 Jan 06:50
Compare
Choose a tag to compare

Add

  • add braket log on experiment (#162 )

Fix

Change

Relese 0.4.4

16 Jan 08:19
Compare
Choose a tag to compare

Add

  • support amazon braket devices (#158 )
  • validation by status and num_qubits (#160 )

Fix

Change

  • initialize QNode only once (#161 )

Relese 0.4.3

13 Jan 08:51
Compare
Choose a tag to compare

Add

Fix

  • Validation mode bug

Change

Relese 0.4.2

12 Jan 12:40
b9826d6
Compare
Choose a tag to compare

Add

Fix

  • Device error when use "lightning.qubit" and "qulacs.simulator" (#155 )

Change

v0.4.1

11 Jan 17:21
Compare
Choose a tag to compare

Add

  • logging of validation data (#153 )
  • normalization option after pca (#153 )

Fix

Change

  • Test case for new experiment log (#153 )

Relese 0.4.0

05 Jan 15:52
fd0bcb5
Compare
Choose a tag to compare

Add

  • Support Python3.12 and Python3.13 (#147)
  • Support IBMQ real device (#150 )
  • Experiment log for IBMQ real machine (#152)

Fix

  • Handle zero division pattern when evaluation (#149 )

Change

  • Refactor argument name of hyper parameter search method search_type to sampler_type. (#149 )
  • Unified notation of random seed in config (#151)

Relese 0.3.7

01 Dec 13:36
Compare
Choose a tag to compare

Add

  • Support various PennyLane simulator device (#139)
  • pennylane plugin for qulucs (#142)

Fix

  • split test case by machine architecture (#143)

Change

  • Update PennyLane version to 0.39.0 (#141)

Relese 0.3.6

25 Nov 06:18
2a7c07b
Compare
Choose a tag to compare

ADD

  • random seed can be set arbitrarily in config device value (#137)

FIX

  • notify error when kernel computation (#136)

CHANGE

  • run method receive n_jobs parameter. (#134 )
  • split into unit and integration test (#137)

Relese 0.3.5

17 Nov 09:42
Compare
Choose a tag to compare

ADD

  • Feature Map of YZCZ, available via config
  • Feature Map of NPQC, available via config
  • Sampling mode for Projected Kernel
  • Document for some tools
  • Test code for feature map class

FIX

  • Corrected display of percentages on the progress bar
  • Correct error messages during parallel processing and terminate processing

CHANGE

  • Allows user-defined suffix for progress bar title
  • Rename output_circuit method to draw method. And, draw method must receive "x" or "x_dim".

Relese 0.3.4

04 Nov 06:06
a85d3b8
Compare
Choose a tag to compare

ADD

  • Progress bar for kernel computation
  • Line plot for visualize experiment result

FIX

  • Re-production method return all artifact

CHANGE