Skip to content

Conversation

TendonFFF
Copy link
Collaborator

@TendonFFF TendonFFF commented Oct 9, 2025

Checklist

Thank you for contributing to QuantumToolbox.jl! Please make sure you have finished the following tasks before opening the PR.

  • Please read Contributing to Quantum Toolbox in Julia.
  • Any code changes were done in a way that does not break public API.
  • Appropriate tests were added and tested locally by running: make test.
  • Any code changes should be julia formatted by running: make format.
  • All documents (in docs/ folder) related to code changes were updated and able to build locally by running: make docs.
  • (If necessary) the CHANGELOG.md should be updated (regarding to the code changes) and built by running: make changelog.

Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.

Description

As title, these functions align with qutip syntax

@TendonFFF TendonFFF changed the title add qeye_like add qeye_like and qzero_like Oct 9, 2025
Comment on lines +59 to +63
- version: '1.11'
node:
os: 'ubuntu-latest'
arch: 'x64'
group: 'Core'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Julia 1.12.0 has become the new latest version. so we should at least run a core test for 1.11.

@albertomercurio
Copy link
Member

Also, there are a few tests failing

@ytdHuang
Copy link
Member

Also, there are a few tests failing

I think most of them are because Auto_Diff has some error in Julia 1.12

@albertomercurio albertomercurio merged commit 7a2a5fc into qutip:main Oct 10, 2025
19 of 27 checks passed
@albertomercurio albertomercurio mentioned this pull request Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants