Datasets and scripts used in our Communications Physics paper 2025.
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/14919783
下载链接
链接失效反馈官方服务:
资源简介:
# Files were saved using pickle in python. This should give you the current python session for each figure.
# An example to read variables for Fig1 is as such:
import pickle
with open('fig1.pkl', 'rb') as file: loaded_variables = pickle.load(file)
# loaded_variables is a global dictionary containing all the data for the Fig1 session.
# Similary, fig2 and fig3 session can you obtained.
# The theory curves in fig5 can be reproduced using the matlab script "fig5.m"
创建时间:
2025-02-25



