evanberkowitz / two-dimensional-gasses

Let's crush it
0 stars 0 forks source link

Easily specify parameters for various limits #81

Closed evanberkowitz closed 1 year ago

evanberkowitz commented 1 year ago

We should have simple ways to specify the various parameters that go into the code.

The code requires the dimensionless

In the infinite-volume (L-->∞) finite-temperature thermodynamic limit then we need to specify three dimensionless ratios

To take a thermodynamic limit, presumably you want to

  1. Specify the thermodynamic parameters
  2. Provide one more parameter to get finite-volume parameters.
  3. Repeat for different values of the last parameter to head towards the infinite-volume limit.

Question: how to get the thermodynamic parameters?

Some experiments quote results already in dimensionless figures. See, for example, Boettcher et al., Phys. Rev. Lett. 116, 045303 (2016), where the EOS is given in terms of βμ and βε.

But others provide dimensionful parameters. They might say something like

All of this assumes the scattering is completely described by a scattering length and nothing else. So it's not completely generic. However it is likely a common enough use case that we should probably incorporate it directly into tdg, rather than store it in some paper's repo. Then, the question: what should we call this submodule?

evanberkowitz commented 1 year ago

Some options