You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the Diluent parameter Diluent={'self':1., 'air': 0.}, the linewidth is broder than the parameter Diluent={'self':0.1, 'air': 0.9}. The other key parameters are Environment={'p': 0.1, 'T': 296.}, gastype='H2O', Conditions=('between', 'nu', 9204, 9210). It is Contrary to reality.
The text was updated successfully, but these errors were encountered:
The TRANS["p"] should be revised to TRANS["p"]/TRANS['diluent']['self'] in Line 146594. Because the pressure in Lorenz lineshape should be total pressure of the system. The pressure in Environment={'p': 0.1, 'T': 296.} should be partial pressure.
When I set the Diluent parameter Diluent={'self':1., 'air': 0.}, the linewidth is broder than the parameter Diluent={'self':0.1, 'air': 0.9}. The other key parameters are Environment={'p': 0.1, 'T': 296.}, gastype='H2O', Conditions=('between', 'nu', 9204, 9210). It is Contrary to reality.
The text was updated successfully, but these errors were encountered: