Skip to content

lukasfreter/permutations_fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

permutations

Code for time-evolving and finding steady states of permutation symmetric quantum mechanical problems

Hard Requirements:
python 3+ modern versions of scipy and numpy

Soft requirements:
qutip (for wigner functions)
matplotlib (for plotting)
tqdm (for progress bar in parallel construction of Liouvillian)

A basic example is given in run_Dicke.py

This sets up the problem studied in arXiv 1611.03342 of the dissipative Dicke model. It then solves for time evolution and the steady state.

To define a new model add to models.py. Example models are included: dissipative Dicke, pumped Dicke, three level system, laser and counter-laser.

About

Fork of Kirton's permutation code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%