Skip to content
Snippets Groups Projects
Select Git revision
  • d569dc90b0e739936c1d4ac54d419f537ccbd934
  • master default protected
  • 72-improve-docs-for_optimal_setup
  • os-path-join
  • develop-GA
  • add-higher-spindown-components
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

fully_coherent_search_using_MCMC.py

Blame
  • test_pykat_gui.py 337 B
    import sys
    sys.path.append("../")
    
    from pykat import finesse
    from pykat.detectors import *
    from pykat.components import *
    from pykat.commands import *
    from pykat.structs import *
    import numpy as np
    import pylab as pl
    
    code = """
    #l l1 1 0 0 n1
    
    s s1 1 n3 n4
    """
    
    kat = finesse.kat(kat_code = code)
    
    kat.openGUI()