Skip to content

zuchengchen/GWSC.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWSC.jl

Gravitational-Wave Sensitivity Curves.

Stable Dev

GWSC is the julia package to calculate and plot sensitivity curves for gravitational-wave detectors.

Installation

julia> using Pkg;
julia> Pkg.add(PackageSpec(url="https://github.com/bingining/GWSC.jl.git"))

Usage

julia> using GWSC
julia> ipta = PTA(NP=36, σRMS=1e2, TObs=20.);
julia> plotΩPI(ipta, plotΩeffQ=true, plotΩPILinesQ=true, ΩPlotRange=(1e-15, 1e-8))

More complete examples can be found at examples.

TODO List

  • Add other detectors: BBO, DECIGO ...
  • Add more comments, explanations and examples
  • Implement the Bayesian approch for PTA
  • Add h_c PI curve
  • Probably write an article to explain the algorithms implemented in the package
  • Do more tests
  • Register as an offical julia package if possible

References

Contributors

Please email the author with any bugs or requests.

License

This project is licensed under the GPL3 License - see the LICENSE file for details.

About

Gravitational-Wave Sensitivity Curves.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published