Results 2 issues of Leon Bello

I'm trying to solve a problem with all-to-all coupling between different two-level systems, with the following parameters, ``` # Parameters ha = NLevelSpace(:atoms, 2) hb = FockSpace(:bus) h = hb...

I am trying to calculate the correlation functions for a time-dependent Hamiltonian: ``` # Hilbert space h1 = FockSpace(:cavity1) h2 = FockSpace(:cavity2) h3 = FockSpace(:cavity3) h = h1 ⊗ h2...