Data and code for "Invariant-based master equation applied to driven qutrit coupled to a bath and a leaky cavity"
收藏资源简介:
This archive contains the data files and scripts required to reproduce Figures 2 and 3 in: Invariant-based master equation applied to driven qutrit coupled to a bath and a leaky cavityManuscript under review, 2026.DOI: https://doi.org/<DOI> Contents This release contains: code.RR script used to generate the multi-panel faceted plots corresponding to Figures 2 and 3. Fig2a.csv, Fig2b.csv, Fig2c.csv, Fig2d.csvNumerical data for the four panels of Figure 2. Fig3a.csv, Fig3b.csv, Fig3c.csv, Fig3d.csvNumerical data for the four panels of Figure 3. Data Format Each CSV file contains: A column Omega (horizontal axis variable). Multiple columns containing spectral values. Column names encode the computational framework and dissipation parameter in the format <FRAME>_<GAMMA>, where: FRAME ∈ {IS, LS, RS} corresponds to Invariant, Laboratory, and Rotating frames. GAMMA ∈ {0,1,2,3,4} denotes the dissipation parameter used in the simulations. Reproducibility Running code.R with the provided CSV files reproduces the multi-panel figures as shown in the published article. The script performs: Wide-to-long reshaping of the data. Parsing of metadata from column names. Generation of faceted line plots using ggplot2 with styling consistent with the published figures. Software Requirements The script requires R (≥4.0 recommended) and the following packages: data.table ggplot2 stringr License Copyright (c) 2026 The Authors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



