Skip to content

phyzhangyang/Use_ActionFit_in_CosmoTransitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To use the action fit to calculate $beta$ within CosmoTransitions, one can replace the tunnelFromPhase function in transitionFinder.py, or replace the entire transitionFinder.py.

After that, the functionality can be invoked using the following code:

m = model1()
m.findAllTransitions()
  for tran in m.TnTrans:
    print('Tnuc=',tran['Tnuc'])
    print('action=',tran['action'])
    if 'd(S/T)/dT' in tran:
      print('d(S/T)/dT=',tran['d(S/T)/dT'])

As shown in the testModel1.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages