How to normalize the density of states in JDoS Wang-Landau?

  • Thread starter Thread starter UFSJ
  • Start date Start date
  • Tags Tags
    Density of states
AI Thread Summary
The discussion centers on the normalization of the Joint Density of States (JDoS) in the Wang-Landau algorithm, particularly in the context of a bi-dimensional Ising model. The user seeks guidance on updating the logarithm of the density of states, ln[Ω(E,m)], noting that for ground states, the density must equal Q (with Q being 2 for the Ising model). They mention that for ground states, there is only one state for maximum and minimum magnetization, which could complicate the normalization process. A key point raised is that normalization may not be necessary for updating the density of states, as Monte Carlo steps primarily consider relative densities, allowing for non-normalized generation of the density of states during the algorithm's execution. Normalization can be performed after the algorithm concludes. The user also seeks clarification on what JDoS entails.
UFSJ
Messages
13
Reaction score
2
Hi guys.

I want some help understanding how I can make the normalization of the JDoS density of states (Ω[E,m]) in the Wang-Landau algorithm. When I am working with DoS (Ω[E]) I use the knowledge that the value of the density of states in the ground states must be
equal to Q (Q = 2 for the Ising model), that is, I make the update ln[Ω(E)] = ln[Ω(E)] - ln[Ω(Eground state )] + ln[2]. However, I don't know how to update the ln[Ω(E,m)] in the JDoS algorithm. I am working with a bi-dimensional space of energy (E) and magnetization (m) in an Ising spin-lattice.
 
Technology news on Phys.org
I assume that you talk about an Ising like model. If you sample in E and m, then the number of states with E_groundstate is one for m=+N and m=-N (where N is the number of spins total and m assumed to be in units of spins pointing up). The number of states with E_groundstate and any other magnetization is zero, which may actually become a problem for you if you do not handle this situation.

I think normalization is irrelevant for updating your estimate for the density of states (DOS). Your Monte-Carlo steps (assuming you do MC) only take the relative DOS into account, and the normalization drops out of the calculation. So you can just generate your DOS estimation non-normalized and normalize after the algorithm is terminated.

What is JDoS?
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top