Skip to content

Conversation

@Luis-Varona
Copy link
Member

This commit does two things: first, it moves the files defining the core functions for the three (so far) phenomena investigated--namely state transfer between vertices/pairs of vertices, uniform mixing, and fractional revival--into a core subdirectory of src so that they are not mixed up with the more 'fundamental' files like types.jl, utils.jl, etc.

Second, it extracts the logic for bounding the state transfer fidelity function's derivatives (both first and second) from the state transfer file to utils.jl. This is both a separation-of-concerns choice and a desire to reuse the bounds for uniform mixing and fractional revival implementations.

This commit does two things: first, it moves the files defining the core functions for the three (so far) phenomena investigated--namely state transfer between vertices/pairs of vertices, uniform mixing, and fractional revival--into a core subdirectory of src so that they are not mixed up with the more 'fundamental' files like types.jl, utils.jl, etc.

Second, it extracts the logic for bounding the state transfer fidelity function's derivatives (both first and second) from the state transfer file to utils.jl. This is both a separation-of-concerns choice and a desire to reuse the bounds for uniform mixing and fractional revival implementations.
@Luis-Varona Luis-Varona self-assigned this Nov 9, 2025
@Luis-Varona Luis-Varona added the enhancement New feature or request label Nov 9, 2025
@Luis-Varona Luis-Varona merged commit 4cdac95 into main Nov 9, 2025
10 checks passed
@Luis-Varona Luis-Varona deleted the develop branch November 9, 2025 04:38
@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/core/state_transfer.jl 0.00% 4 Missing ⚠️
src/utils.jl 0.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants