Microscopic model for the intermediate phase

For my bachelors thesis, I created a Lattice Gas model (equivalent to an Ising model) over 2D networks. The model had the following hamiltonian \begin{equation} H(\sigma) = -\mu \sum_{i} \sigma_i - J \sum_{\langle i,j \rangle} \sigma_i \sigma_j + C \sum_{\langle i,j \rangle \in L} \sigma_i \sigma_j
\end{equation}

With $L$ the set of all the edges in cycles over the graph associated to the system. This modification integrated the rigidity of the molecular network into the hamiltonian. For certain values of $C$, the system dended towards configurations where all cycles where avoided, similar to a maximum spanning tree.

Canvas not supported; update your browser.
MC step = 0
$kT$ = 0.5

$\mu$ = -1.5

$J$ = 2

$C$ = 0.9



You can check the source code for the project here. There was also a publication related to this project.