3D_EA_SpinGlass_solutions
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/14578165
下载链接
链接失效反馈官方服务:
资源简介:
Loading Data
Interaction Matrix (J)
Load the interaction matrix J as follows:
directory = 'SpinGlassData/N__realization_/'J = np.load(directory + "J.npz", allow_pickle=True)["J"].item()
Solution and Energy
Load solutions and corresponding energy values:
solution = np.load(directory + "solution.npz", allow_pickle=True)["solution"].item()energy = np.load(directory + "solution.npz", allow_pickle=True)["energy"].item()
创建时间:
2024-12-30



