From a86962cbfd0321387c920a04188512d0de2f3036 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 19 Oct 2015 16:30:12 +0100 Subject: First commit of MAMMULT documentation --- doc/html/mammult_docsu32.html | 123 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 doc/html/mammult_docsu32.html (limited to 'doc/html/mammult_docsu32.html') diff --git a/doc/html/mammult_docsu32.html b/doc/html/mammult_docsu32.html new file mode 100644 index 0000000..bfda1c1 --- /dev/null +++ b/doc/html/mammult_docsu32.html @@ -0,0 +1,123 @@ + + +1.2.3.0 dump_k_q + + + + + + + + + +
dump_k_q
+

NAME +

dump_k_q - compute the degree sequences of two layers of a multiplex. +

SYNOPSYS +

dump_k_q <layer1> <layer2> <pairing> +

DESCRIPTION +

Compute and dump on stdout the degree sequences of two layers of a +multiplex. The input files layer1 and layer2 contain the (undirected) edge lists of +the two layers, and each line is in the format: +

  src_ID dest_ID +

where src_ID and dest_ID are the IDs of the two endpoints of an +edge. +

The third file pairing is a list of lines in the format: +

  IDL1 IDL2 +

where IDL1 is the ID of a node on layer 1 and IDL2 is the ID of the same +node on layer 2. For instance, the line: +

  5 27 +

indicates that node 5 on layer 1 has ID 27 on layer 2. +

OUTPUT + + + +

The program prints on stdout the degree of each node on the two layers, in +the format: +

  ki qi +

where ki is the degree of node i on layer 1 and qi is the degree of node i on +layer 2. +

REFERENCE +

V. Nicosia, V. Latora, “Measuring and modeling correlations in multiplex +networks”, Phys. Rev. E 92, 032805 (2015). +

Link to paper: http://journals.aps.org/pre/abstract/10.1103/PhysRevE.92.032805 +

V. Nicosia, G. Bianconi, V. Latora, M. Barthelemy, “Growing multiplex +networks”, Phys. Rev. Lett. 111, 058701 (2013). +

Link to paper: http://prl.aps.org/abstract/PRL/v111/i5/e058701 +

V. Nicosia, G. Bianconi, V. Latora, M. Barthelemy, “Non-linear growth and +condensation in multiplex networks”, Phys. Rev. E 90, 042807 (2014). +

Link to paper: http://journals.aps.org/pre/abstract/10.1103/PhysRevE.90.042807 + + + +

+

+ -- cgit v1.2.3