Data for "Mesoscopic Fluctuations and Multifractality at and across Measurement-Induced Phase Transitions"
收藏资源简介:
Raw data and Julia source codes for the "Mesoscopic Fluctuations and Multifractality at and across Measurement-Induced Phase Transitions" paper. The main file is "stats.jl", and parameters of the simulation can be provided via command line arguments (see "--help"). The data will be pushed to a MongoDB (https://www.mongodb.com/) database instance, the credentials for which should be provided in a separate JSON config file via "--config" command line argument. It should contain fields "host", "port", "username", "password" (for the database), as well as "dbname" and "colname" for the database and collection where the data will be pushed. The JSON dumps of collections containing data for 1D and 2D simulations are also provided. Each entry has the following structure: L: array, system dimensions (either 1 or 2 numbers, depending on dimensionality) gamma: float, measurement rate T: float, total time of simulation dataset: str (always "final") cond: array of particle-number covariances G_{AB} (see paper). C1,C2,C3: arrays of charge correlation functions for points separated by (x-x') = (L/2,L/2), (L/2,0) and (0,L/2) respectively (for 1D systems, only C1 is provided, corresponding to x-x' = L/2) impl: str (always "julia-heisenberg") seed: int, random seed used for specific quantum trajectory



