def test2(self): 'coherent inelastic phonon scattering kernel for single crystal' from SSD import App app = App("test-phonon_coherentinelastic_singlextal_kernel") app.run() return
def test2(self): 'instrument: monochromatic source, sample, S(Q,E) detector' from SSD import App app = App("test-phonon_coherentinelastic_polyxtal_kernel") app.run() return