Dataset Open Access
Schawe, Hendrik;
Fontaine, Sylvain;
Hernández, Laura
This is the raw data underlying the results of the preprint [arxiv:2102.10910](https://arxiv.org/abs/2102.10910).
## Data
For each measured combination of the confidence and system size, there is one gzipped
file. For different ensembles, we collected data in different ranges and quality.
The paramters are:
* Number of samples `m` per parameter combination
* Range `r` of confidences epsilon
* Distances `d` between values of epsilon (basically the resolution of the data)
* Largest size `N_max`
The single files follow a naming scheme of `n{N}_e{epsilon}.cluster.dat.gz`, where
`{N}` signals the system size of the simulation and `{epsilon}` is the confidence
value of the simulation (without a decimal point, i.e., `0050` corresponds to `epsilon = 0.050`).
The sizes `N` are usually powers of two (or for the lattices, perfect squares close to powers of two).
We present the data for each ensemble in one archive.
* Fully connected `full.tar`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.001`, `N_max = 262144`
* Barabasi Albert with a mean degree of 4 `BA4.tar`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 32768`
* Barabasi Albert with a mean degree of 10 `BA10.tar`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.001`, `N_max = 65536`
* Square lattice with first nearest neighbors `lat1.tar`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.001`, `N_max = 16384`
* Square lattice with second nearest neighbors `lat2.tar`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.001`, `N_max = 16384`
* Square lattice with third nearest neighbors `lat3.tar`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.001`, `N_max = 65536`
* Square lattice with fourth nearest neighbors `lat4.tar`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.001`, `N_max = 65536`
* Square lattice with third nearest neighbors and 1% rewired edges `lat3_ws.tar`
* `m = 1000`, `r = [0.0, 0.3]`, `d = 0.001`, `N_max = 16384`
* connected Erdos Renyi with mean degree of 10 `ER10.tar`
* `m = 1000`, `r = [0.0, 0.3]`, `d = 0.002`, `N_max = 32768`
## Data format
Each final state is encoded as three lines:
* The convergence time is a single integer with a line prefix '# sweeps: '
* The positions of all clusters in opinion space with a line prefix '# ' (unsorted)
* The number of agents in each of the clusters without a line prefix
## Python example for reading the format
An example script, which visualizes the S vs eps graph for the largest size of the fully connected
case, with a function to read this format is given in `example.py`.
Name | Size | |
---|---|---|
BA10.tar
md5:ff22b04af272a6cd686c1822f698fc73 |
2.3 GB | Download |
BA20.tar
md5:752a3223b083b8423979391bea4f1318 |
99.3 MB | Download |
BA4.tar
md5:a8671535c8b7326ccdeeba72a012b4f8 |
1.5 GB | Download |
ER10.tar
md5:361d7ae96940e268c34428844da9aff5 |
756.1 MB | Download |
example.py
md5:03d23acdbdedd6b6cdff2a9f5fd0557a |
1.6 kB | Download |
full.tar
md5:4122c892ea9d438442628b08625d7666 |
193.5 MB | Download |
lat1.tar
md5:dabd869925b3b0e75eef97dd238fa8b9 |
1.7 GB | Download |
lat2.tar
md5:59a37b05ab6fc9888a1e80a9e4714b8a |
1.1 GB | Download |
lat3.tar
md5:464f41c78a18d4b1ecb14cd2e5337a77 |
2.0 GB | Download |
lat3_ws.tar
md5:08fa53a981b51ebe0018fafc0f58e1d3 |
587.3 MB | Download |
lat4.tar
md5:e4a8933a39a32711520d6d46cae06a7b |
1.3 GB | Download |
readme.md
md5:7150daf5285c2d81784fc012c6edb161 |
2.6 kB | Download |
All versions | This version | |
---|---|---|
Views | 143 | 143 |
Downloads | 19 | 19 |
Data volume | 14.5 GB | 14.5 GB |
Unique views | 123 | 123 |
Unique downloads | 9 | 9 |