-
SupResDiffGAN a new approach for the Super-Resolution task
Authors:
Dawid Kopeć,
Wojciech Kozłowski,
Maciej Wizerkaniuk,
Dawid Krutul,
Jan Kocoń,
Maciej Zięba
Abstract:
In this work, we present SupResDiffGAN, a novel hybrid architecture that combines the strengths of Generative Adversarial Networks (GANs) and diffusion models for super-resolution tasks. By leveraging latent space representations and reducing the number of diffusion steps, SupResDiffGAN achieves significantly faster inference times than other diffusion-based super-resolution models while maintaini…
▽ More
In this work, we present SupResDiffGAN, a novel hybrid architecture that combines the strengths of Generative Adversarial Networks (GANs) and diffusion models for super-resolution tasks. By leveraging latent space representations and reducing the number of diffusion steps, SupResDiffGAN achieves significantly faster inference times than other diffusion-based super-resolution models while maintaining competitive perceptual quality. To prevent discriminator overfitting, we propose adaptive noise corruption, ensuring a stable balance between the generator and the discriminator during training. Extensive experiments on benchmark datasets show that our approach outperforms traditional diffusion models such as SR3 and I$^2$SB in efficiency and image quality. This work bridges the performance gap between diffusion- and GAN-based methods, laying the foundation for real-time applications of diffusion models in high-resolution image generation.
△ Less
Submitted 18 April, 2025;
originally announced April 2025.
-
Design and demonstration of an operating system for executing applications on quantum network nodes
Authors:
Carlo Delle Donne,
Mariagrazia Iuliano,
Bart van der Vecht,
Guilherme Maciel Ferreira,
Hana Jirovská,
Thom van der Steenhoven,
Axel Dahlberg,
Matt Skrzypczyk,
Dario Fioretto,
Markus Teller,
Pavel Filippov,
Alejandro Rodríguez-Pardo Montblanch,
Julius Fischer,
Benjamin van Ommen,
Nicolas Demetriou,
Dominik Leichtle,
Luka Music,
Harold Ollivier,
Ingmar te Raa,
Wojciech Kozlowski,
Tim Taminiau,
Przemysław Pawełczak,
Tracy Northup,
Ronald Hanson,
Stephanie Wehner
Abstract:
The goal of future quantum networks is to enable new internet applications that are impossible to achieve using solely classical communication. Up to now, demonstrations of quantum network applications and functionalities on quantum processors have been performed in ad-hoc software that was specific to the experimental setup, programmed to perform one single task (the application experiment) direc…
▽ More
The goal of future quantum networks is to enable new internet applications that are impossible to achieve using solely classical communication. Up to now, demonstrations of quantum network applications and functionalities on quantum processors have been performed in ad-hoc software that was specific to the experimental setup, programmed to perform one single task (the application experiment) directly into low-level control devices using expertise in experimental physics. Here, we report on the design and implementation of the first architecture capable of executing quantum network applications on quantum processors in platform-independent high-level software. We demonstrate the architecture's capability to execute applications in high-level software, by implementing it as a quantum network operating system -- QNodeOS -- and executing test programs including a delegated computation from a client to a server on two quantum network nodes based on nitrogen-vacancy (NV) centers in diamond. We show how our architecture allows us to maximize the use of quantum network hardware, by multitasking different applications on a quantum network for the first time. Our architecture can be used to execute programs on any quantum processor platform corresponding to our system model, which we illustrate by demonstrating an additional driver for QNodeOS for a trapped-ion quantum network node based on a single $^{40}\text{Ca}^+$ atom. Our architecture lays the groundwork for computer science research in the domain of quantum network programming, and paves the way for the development of software that can bring quantum network technology to society.
△ Less
Submitted 25 July, 2024;
originally announced July 2024.
-
QuIP: A P4 Quantum Internet Protocol Prototyping Framework
Authors:
Wojciech Kozlowski,
Fernando A. Kuipers,
Rob Smets,
Belma Turkovic
Abstract:
Quantum entanglement is so fundamentally different from a network packet that several quantum network stacks have been proposed; one of which has even been experimentally demonstrated. Several simulators have also been developed to make up for limited hardware availability, and which facilitate the design and evaluation of quantum network protocols. However, the lack of shared tooling and communit…
▽ More
Quantum entanglement is so fundamentally different from a network packet that several quantum network stacks have been proposed; one of which has even been experimentally demonstrated. Several simulators have also been developed to make up for limited hardware availability, and which facilitate the design and evaluation of quantum network protocols. However, the lack of shared tooling and community-agreed node architectures has resulted in protocol implementations that are tightly coupled to their simulators. Besides limiting their reusability between different simulators, it also makes building upon prior results and simulations difficult. To address this problem, we have developed QuIP: a P4-based Quantum Internet Protocol prototyping framework for quantum network protocol design. QuIP is a framework for designing and implementing quantum network protocols in a platform-agnostic fashion. It achieves this by providing the means to flexibly, but rigorously, define device architectures against which quantum network protocols can be implemented in the network programming language P4$_{16}$. QuIP also comes with the necessary tooling to enable their execution in existing quantum network simulators. We demonstrate its use by showcasing V1Quantum, a completely new device architecture, implementing a link- and network-layer protocol, and simulating it in the existing simulator NetSquid.
△ Less
Submitted 20 June, 2024;
originally announced June 2024.
-
Dimma: Semi-supervised Low Light Image Enhancement with Adaptive Dimming
Authors:
Wojciech Kozłowski,
Michał Szachniewicz,
Michał Stypułkowski,
Maciej Zięba
Abstract:
Enhancing low-light images while maintaining natural colors is a challenging problem due to camera processing variations and limited access to photos with ground-truth lighting conditions. The latter is a crucial factor for supervised methods that achieve good results on paired datasets but do not handle out-of-domain data well. On the other hand, unsupervised methods, while able to generalize, of…
▽ More
Enhancing low-light images while maintaining natural colors is a challenging problem due to camera processing variations and limited access to photos with ground-truth lighting conditions. The latter is a crucial factor for supervised methods that achieve good results on paired datasets but do not handle out-of-domain data well. On the other hand, unsupervised methods, while able to generalize, often yield lower-quality enhancements. To fill this gap, we propose Dimma, a semi-supervised approach that aligns with any camera by utilizing a small set of image pairs to replicate scenes captured under extreme lighting conditions taken by that specific camera. We achieve that by introducing a convolutional mixture density network that generates distorted colors of the scene based on the illumination differences. Additionally, our approach enables accurate grading of the dimming factor, which provides a wide range of control and flexibility in adjusting the brightness levels during the low-light image enhancement process. To further improve the quality of our results, we introduce an architecture based on a conditional UNet. The lightness value provided by the user serves as the conditional input to generate images with the desired lightness. Our approach using only few image pairs achieves competitive results compared to fully supervised methods. Moreover, when trained on the full dataset, our model surpasses state-of-the-art methods in some metrics and closely approaches them in others.
△ Less
Submitted 14 October, 2023;
originally announced October 2023.
-
Self-supervised adversarial masking for 3D point cloud representation learning
Authors:
Michał Szachniewicz,
Wojciech Kozłowski,
Michał Stypułkowski,
Maciej Zięba
Abstract:
Self-supervised methods have been proven effective for learning deep representations of 3D point cloud data. Although recent methods in this domain often rely on random masking of inputs, the results of this approach can be improved. We introduce PointCAM, a novel adversarial method for learning a masking function for point clouds. Our model utilizes a self-distillation framework with an online to…
▽ More
Self-supervised methods have been proven effective for learning deep representations of 3D point cloud data. Although recent methods in this domain often rely on random masking of inputs, the results of this approach can be improved. We introduce PointCAM, a novel adversarial method for learning a masking function for point clouds. Our model utilizes a self-distillation framework with an online tokenizer for 3D point clouds. Compared to previous techniques that optimize patch-level and object-level objectives, we postulate applying an auxiliary network that learns how to select masks instead of choosing them randomly. Our results show that the learned masking function achieves state-of-the-art or competitive performance on various downstream tasks. The source code is available at https://github.com/szacho/pointcam.
△ Less
Submitted 11 July, 2023;
originally announced July 2023.
-
Graphene on quartz modified with rhenium oxide as a semitransparent electrode for organic electronic
Authors:
Paweł Krukowski,
Michał Piskorski,
Ruslana Udovytska,
Dorota A. Kowalczyk,
Iaroslav Lutsyk,
Maciej Rogala,
Paweł Dąbrowski,
Witold Kozłowski,
Beata Łuszczyńska,
Jarosław Jung,
Jacek Ulański,
Krzysztof Matuszek,
Aleksandra Nadolska,
Przemysław Przybysz,
Wojciech Ryś,
Klaudia Toczek,
Rafał Dunal,
Patryk Krempiński,
Justyna Czerwińska,
Maxime Le Ster,
Marcin Skulimowski,
Paweł J. Kowalczyk
Abstract:
Our research shows that commercially available graphene on quartz modified with rhenium oxide meets the requirements for its use as a conductive and transparent anode in optoelectronic devices. The cluster growth of rhenium oxide enables an increase in the work function of graphene by 1.3 eV up to 5.2 eV, which guarantees an appropriate adjustment to the energy levels of the organic semiconductors…
▽ More
Our research shows that commercially available graphene on quartz modified with rhenium oxide meets the requirements for its use as a conductive and transparent anode in optoelectronic devices. The cluster growth of rhenium oxide enables an increase in the work function of graphene by 1.3 eV up to 5.2 eV, which guarantees an appropriate adjustment to the energy levels of the organic semiconductors used in OLED devices.
△ Less
Submitted 10 March, 2023; v1 submitted 9 March, 2023;
originally announced March 2023.
-
Influence of Structural Defects on Charge Density Waves in 1T-TaS2
Authors:
I. Lutsyk,
K. Szalowski,
P. Krukowski,
P. Dabrowski,
M. Rogala,
W. Kozlowski,
M. Le Ster,
M. Piskorski,
D. A. Kowalczyk,
W. Rys,
R. Dunal,
A. Nadolska,
K. Toczek,
P. Przybysz,
E. Lacinska,
J. Binder,
A. Wysmolek,
N. Olszowska,
J. J. Kolodziej,
M. Gmitra,
T. Hattori,
Y. Kuwahara,
G. Bian,
T. -C. Chiang,
P. J. Kowalczyk
Abstract:
The influence of intrinsic defects of 1T-TaS2 on charge density waves (CDW) is studied using scanning tunneling microscopy and spectroscopy (STM, STS), angle-resolved photoelectron spectroscopy (ARPES), and density functional theory (DFT). We identify several types of structural defects and find that most have a local character limited to the single CDW site, with single exception which effectivel…
▽ More
The influence of intrinsic defects of 1T-TaS2 on charge density waves (CDW) is studied using scanning tunneling microscopy and spectroscopy (STM, STS), angle-resolved photoelectron spectroscopy (ARPES), and density functional theory (DFT). We identify several types of structural defects and find that most have a local character limited to the single CDW site, with single exception which effectively behaves as a dopant, leading to band bending and affecting multiple neighboring sites. While only one type of defect can be observed by STM topographic imaging, all defects are easily resolved by local density of states (LDOS) mapping with STS. We correlate atomically-resolved STM periodicity of defect-free 1T-TaS2 to top sulfur atoms and introduce tiling of the surface using equiangular hexagon. DFT calculations (with included Coulomb interactions) are used to investigate the electronic structure by introducing sulfur vacancy or substituting sulfur with oxygen. The sulfur vacancy is characterized by metallic properties and is identified as an origin of one of observed experimentally defects. Whereas in the case of the latter, the oxidation of 1T-TaS2 is found to result in the loss of magnetic properties expected in defect-free material.
△ Less
Submitted 1 March, 2023;
originally announced March 2023.
-
Towards European Standards for Quantum Technologies
Authors:
O. van Deventer,
N. Spethmann,
M. Loeffler,
M. Amoretti,
R. van den Brink,
N. Bruno,
P. Comi,
N. Farrugia,
M. Gramegna,
B. Kassenberg,
W. Kozlowski,
T. Länger,
T. Lindstrom,
V. Martin,
N. Neumann,
H. Papadopoulos,
S. Pascazio,
M. Peev,
R. Pitwon,
M. A. Rol,
P. Traina,
P. Venderbosch,
F. K. Wilhelm-Mauch,
A. Jenet
Abstract:
The Second Quantum Revolution facilitates the engineering of new classes of sensors, communication technologies, and computers with unprecedented capabilities. Supply chains for quantum technologies are emerging, some focussed on commercially available components for enabling technologies and/or quantum-technologies research infrastructures, others with already higher technology-readiness levels,…
▽ More
The Second Quantum Revolution facilitates the engineering of new classes of sensors, communication technologies, and computers with unprecedented capabilities. Supply chains for quantum technologies are emerging, some focussed on commercially available components for enabling technologies and/or quantum-technologies research infrastructures, others with already higher technology-readiness levels, near to the market.
In 2018, the European Commission has launched its large-scale and long-term Quantum Flagship research initiative to support and foster the creation and development of a competitive European quantum technologies industry, as well as the consolidation and expansion of leadership and excellence in European quantum technology research. One of the measures to achieve an accelerated development and uptake has been identified by the Quantum Flagship in its Strategic Research Agenda: the promotion of coordinated, dedicated standardisation and certification efforts. Standardisation is indeed of paramount importance to facilitate the growth of new technologies, and the development of efficient and effective supply chains. The harmonisation of technologies, methodologies, and interfaces enables interoperable products, innovation, and competition, all leading to structuring and hence growth of markets. As quantum technologies are maturing, time has come to start thinking about further standardisation needs.
This article presents insights on standardisation for quantum technologies from the perspective of the CEN-CENELEC Focus Group on Quantum Technologies (FGQT), which was established in June 2020 to coordinate and support the development of standards relevant for European industry and research.
△ Less
Submitted 3 October, 2022; v1 submitted 3 March, 2022;
originally announced March 2022.
-
Experimental demonstration of entanglement delivery using a quantum network stack
Authors:
Matteo Pompili,
Carlo Delle Donne,
Ingmar te Raa,
Bart van der Vecht,
Matthew Skrzypczyk,
Guilherme Ferreira,
Lisa de Kluijver,
Arian J. Stolk,
Sophie L. N. Hermans,
Przemysław Pawełczak,
Wojciech Kozlowski,
Ronald Hanson,
Stephanie Wehner
Abstract:
Scaling current quantum communication demonstrations to a large-scale quantum network will require not only advancements in quantum hardware capabilities, but also robust control of such devices to bridge the gap to user demand. Moreover, the abstraction of tasks and services offered by the quantum network should enable platform-independent applications to be executed without knowledge of the unde…
▽ More
Scaling current quantum communication demonstrations to a large-scale quantum network will require not only advancements in quantum hardware capabilities, but also robust control of such devices to bridge the gap to user demand. Moreover, the abstraction of tasks and services offered by the quantum network should enable platform-independent applications to be executed without knowledge of the underlying physical implementation. Here we experimentally demonstrate, using remote solid-state quantum network nodes, a link layer and a physical layer protocol for entanglement-based quantum networks. The link layer abstracts the physical-layer entanglement attempts into a robust, platform-independent entanglement delivery service. The system is used to run full state tomography of the delivered entangled states, as well as preparation of a remote qubit state on a server by its client. Our results mark a clear transition from physics experiments to quantum communication systems, which will enable the development and testing of components of future quantum networks.
△ Less
Submitted 25 November, 2021; v1 submitted 22 November, 2021;
originally announced November 2021.
-
NetQASM -- A low-level instruction set architecture for hybrid quantum-classical programs in a quantum internet
Authors:
Axel Dahlberg,
Bart van der Vecht,
Carlo Delle Donne,
Matthew Skrzypczyk,
Ingmar te Raa,
Wojciech Kozlowski,
Stephanie Wehner
Abstract:
We introduce NetQASM, a low-level instruction set architecture for quantum internet applications. NetQASM is a universal, platform-independent and extendable instruction set with support for local quantum gates, powerful classical logic and quantum networking operations for remote entanglement generation. Furthermore, NetQASM allows for close integration of classical logic and communication at the…
▽ More
We introduce NetQASM, a low-level instruction set architecture for quantum internet applications. NetQASM is a universal, platform-independent and extendable instruction set with support for local quantum gates, powerful classical logic and quantum networking operations for remote entanglement generation. Furthermore, NetQASM allows for close integration of classical logic and communication at the application layer with quantum operations at the physical layer. This enables quantum network applications to be programmed in high-level platform-independent software, which is not possible using any other QASM variants. We implement NetQASM in a series of tools to write, parse, encode and run NetQASM code, which are available online. Our tools include a higher-level SDK in Python, which allows an easy way of programming applications for a quantum internet. Our SDK can be used at home by making use of our existing quantum simulators, NetSquid and SimulaQron, and will also provide a public interface to hardware released on a future iteration of Quantum Network Explorer.
△ Less
Submitted 15 December, 2021; v1 submitted 18 November, 2021;
originally announced November 2021.
-
A P4 Data Plane for the Quantum Internet
Authors:
Wojciech Kozlowski,
Fernando Kuipers,
Stephanie Wehner
Abstract:
The quantum technology revolution brings with it the promise of a quantum internet. A new -- quantum -- network stack will be needed to account for the fundamentally new properties of quantum entanglement. The first realisations of quantum networks are imminent and research interest in quantum network protocols has started growing. In the non-quantum world, programmable data planes have broken the…
▽ More
The quantum technology revolution brings with it the promise of a quantum internet. A new -- quantum -- network stack will be needed to account for the fundamentally new properties of quantum entanglement. The first realisations of quantum networks are imminent and research interest in quantum network protocols has started growing. In the non-quantum world, programmable data planes have broken the pattern of ossification of the protocol stack and enabled a new -- software-defined -- network software architecture. Similarly, a programmable quantum data plane could pave the way for a software-defined quantum network architecture. In this paper, we demonstrate how we use P4$_{16}$ to explore abstractions and device architectures for quantum networks.
△ Less
Submitted 21 October, 2020;
originally announced October 2020.
-
Designing a Quantum Network Protocol
Authors:
Wojciech Kozlowski,
Axel Dahlberg,
Stephanie Wehner
Abstract:
The second quantum revolution brings with it the promise of a quantum internet. As the first quantum network hardware prototypes near completion new challenges emerge. A functional network is more than just the physical hardware, yet work on scalable quantum network systems is in its infancy. In this paper we present a quantum network protocol designed to enable end-to-end quantum communication in…
▽ More
The second quantum revolution brings with it the promise of a quantum internet. As the first quantum network hardware prototypes near completion new challenges emerge. A functional network is more than just the physical hardware, yet work on scalable quantum network systems is in its infancy. In this paper we present a quantum network protocol designed to enable end-to-end quantum communication in the face of the new fundamental and technical challenges brought by quantum mechanics. We develop a quantum data plane protocol that enables end-to-end quantum communication and can serve as a building block for more complex services. One of the key challenges in near-term quantum technology is decoherence -- the gradual decay of quantum information -- which imposes extremely stringent limits on storage times. Our protocol is designed to be efficient in the face of short quantum memory lifetimes. We demonstrate this using a simulator for quantum networks and show that the protocol is able to deliver its service even in the face of significant losses due to decoherence. Finally, we conclude by showing that the protocol remains functional on the extremely resource limited hardware that is being developed today underlining the timeliness of this work.
△ Less
Submitted 1 December, 2020; v1 submitted 6 October, 2020;
originally announced October 2020.
-
Lack of Resilience in Transportation Networks: Economic Implications
Authors:
Margaret Kurth,
William Kozlowski,
Alexander Ganin,
Avi Mersky,
Billy Leung,
Maksim Kitsak,
Igor Linkov
Abstract:
Disruptions to transportation networks are inevitable. Currently, most mandated development-related transportation planning is intended to prepare for frequently occurring and observable disruptions while low probability events that have not yet materialized attract less attention. When road networks are not resilient, these unpredictable events can cause significant delays that may not be proport…
▽ More
Disruptions to transportation networks are inevitable. Currently, most mandated development-related transportation planning is intended to prepare for frequently occurring and observable disruptions while low probability events that have not yet materialized attract less attention. When road networks are not resilient, these unpredictable events can cause significant delays that may not be proportional to the extent of the disruption. Enhancing resilience can help in mitigating consequences of disruptions but requires financial investment that is difficult to justify given that low probability event may not have materialized. This paper highlights economic implications of unmitigated random disruptions in urban road systems and makes the case for investment in transportation network resilience. We utilized a model of urban transportation network performance that quantifies resilience and demonstrated its integration with microeconomic transportation planning model REMI TranSight. The model was applied to 10 cities in the USA to calculate several economic indicators under baseline scenario where economic impact was assumed to be proportional to the magnitude of disruptive events and under a test scenario where the magnitude of disruption was used to calculate additional delays in transportation networks and these additional delays were explicitly integrated in REMI model. Results show that GDP losses suffered as a result of disruption may be far more significant in the case scenario and economic output is not necessarily back to normal in the year the following disruptive event. We thus conclude that support for investment decisions on network efficiency and resilience management should be based on a framework that utilizes resilience, quantified in terms that are compatible with standard practice, and scenarios to test the implications of topological attributes.
△ Less
Submitted 9 December, 2019;
originally announced December 2019.
-
Towards Large-Scale Quantum Networks
Authors:
Wojciech Kozlowski,
Stephanie Wehner
Abstract:
The vision of a quantum internet is to fundamentally enhance Internet technology by enabling quantum communication between any two points on Earth. While the first realisations of small scale quantum networks are expected in the near future, scaling such networks presents immense challenges to physics, computer science and engineering. Here, we provide a gentle introduction to quantum networking t…
▽ More
The vision of a quantum internet is to fundamentally enhance Internet technology by enabling quantum communication between any two points on Earth. While the first realisations of small scale quantum networks are expected in the near future, scaling such networks presents immense challenges to physics, computer science and engineering. Here, we provide a gentle introduction to quantum networking targeted at computer scientists, and survey the state of the art. We proceed to discuss key challenges for computer science in order to make such networks a reality.
△ Less
Submitted 6 September, 2019;
originally announced September 2019.
-
Quantum State Reduction by Matter-Phase-Related Measurements in Optical Lattices
Authors:
Wojciech Kozlowski,
Santiago F. Caballero-Benitez,
Igor B. Mekhov
Abstract:
A many-body atomic system coupled to quantized light is subject to weak measurement. Instead of coupling light to the on-site density, we consider the quantum backaction due to the measurement of matter-phase-related variables such as global phase coherence. We show how this unconventional approach opens up new opportunities to affect system evolution and demonstrate how this can lead to a new cla…
▽ More
A many-body atomic system coupled to quantized light is subject to weak measurement. Instead of coupling light to the on-site density, we consider the quantum backaction due to the measurement of matter-phase-related variables such as global phase coherence. We show how this unconventional approach opens up new opportunities to affect system evolution and demonstrate how this can lead to a new class of measurement projections, thus extending the measurement postulate for the case of strong competition with the system's own evolution.
△ Less
Submitted 29 January, 2017; v1 submitted 19 May, 2016;
originally announced May 2016.
-
Collective dynamics of multimode bosonic systems induced by weak quantum measurement
Authors:
Gabriel Mazzucchi,
Wojciech Kozlowski,
Santiago F. Caballero-Benitez,
Igor B. Mekhov
Abstract:
In contrast to the fully projective limit of strong quantum measurement, where the evolution is locked to a small subspace (quantum Zeno dynamics), or even frozen completely (quantum Zeno effect), the weak non-projective measurement can effectively compete with standard unitary dynamics leading to nontrivial effects. Here we consider global weak measurement addressing collective variables, thus pr…
▽ More
In contrast to the fully projective limit of strong quantum measurement, where the evolution is locked to a small subspace (quantum Zeno dynamics), or even frozen completely (quantum Zeno effect), the weak non-projective measurement can effectively compete with standard unitary dynamics leading to nontrivial effects. Here we consider global weak measurement addressing collective variables, thus preserving quantum superpositions due to the lack of which path information. While for certainty we focus on ultracold atoms, the idea can be generalized to other multimode quantum systems, including various quantum emitters, optomechanical arrays, and purely photonic systems with multiple-path interferometers (photonic circuits). We show that light scattering from ultracold bosons in optical lattices can be used for defining macroscopically occupied spatial modes that exhibit long-range coherent dynamics. Even if the measurement strength remains constant, the quantum measurement backaction acts on the atomic ensemble quasi-periodically and induces collective oscillatory dynamics of all the atoms. We introduce an effective model for the evolution of the spatial modes and present an analytic solution showing that the quantum jumps drive the system away from its stable point. We confirm our finding describing the atomic observables in terms of stochastic differential equations.
△ Less
Submitted 9 July, 2016; v1 submitted 15 March, 2016;
originally announced March 2016.
-
Non-Hermitian Dynamics in the Quantum Zeno Limit
Authors:
Wojciech Kozlowski,
Santiago F. Caballero-Benitez,
Igor B. Mekhov
Abstract:
Measurement is one of the most counter-intuitive aspects of quantum physics. Frequent measurements of a quantum system lead to quantum Zeno dynamics where time evolution becomes confined to a subspace defined by the projections. However, weak measurement performed at a finite rate is also capable of locking the system into such a Zeno subspace in an unconventional way: by Raman-like transitions vi…
▽ More
Measurement is one of the most counter-intuitive aspects of quantum physics. Frequent measurements of a quantum system lead to quantum Zeno dynamics where time evolution becomes confined to a subspace defined by the projections. However, weak measurement performed at a finite rate is also capable of locking the system into such a Zeno subspace in an unconventional way: by Raman-like transitions via virtual intermediate states outside this subspace, which are not forbidden. Here, we extend this concept into the realm of non-Hermitian dynamics by showing that the stochastic competition between measurement and a system's own dynamics can be described by a non-Hermitian Hamiltonian. We obtain an analytic solution for ultracold bosons in a lattice and show that a dark state of the tunnelling operator is a steady state in which the observable's fluctuations are zero and tunnelling is suppressed by destructive matter-wave interference. This opens a new venue of investigation beyond the canonical quantum Zeno dynamics and leads to a new paradigm of competition between global measurement backaction and short-range atomic dynamics.
△ Less
Submitted 13 July, 2016; v1 submitted 16 October, 2015;
originally announced October 2015.
-
Probing and Manipulating Fermionic and Bosonic Quantum Gases with Quantum Light
Authors:
Thomas J. Elliott,
Gabriel Mazzucchi,
Wojciech Kozlowski,
Santiago F. Caballero-Benitez,
Igor B. Mekhov
Abstract:
We study the atom-light interaction in the fully quantum regime, with focus on off-resonant light scattering into a cavity from ultracold atoms trapped in an optical lattice. The detection of photons allows the quantum nondemolition (QND) measurement of quantum correlations of the atomic ensemble, distinguishing between different quantum states. We analyse the entanglement between light and matter…
▽ More
We study the atom-light interaction in the fully quantum regime, with focus on off-resonant light scattering into a cavity from ultracold atoms trapped in an optical lattice. The detection of photons allows the quantum nondemolition (QND) measurement of quantum correlations of the atomic ensemble, distinguishing between different quantum states. We analyse the entanglement between light and matter and show how it can be exploited for realising multimode macroscopic quantum superpositions such as Schrödinger cat states, for both bosons and fermions. We provide examples utilising different measurement schemes, and study their robustness to decoherence. Finally, we address the regime where the optical lattice potential is a quantum dynamical variable and is modified by the atomic state, leading to novel quantum phases, and significantly altering the phase diagram of the atomic system.
△ Less
Submitted 2 September, 2015; v1 submitted 25 June, 2015;
originally announced June 2015.
-
Quantum Measurement-induced Dynamics of Many-Body Ultracold Bosonic and Fermionic Systems in Optical Lattices
Authors:
Gabriel Mazzucchi,
Wojciech Kozlowski,
Santiago F. Caballero-Benitez,
Thomas J. Elliott,
Igor B. Mekhov
Abstract:
Trapping ultracold atoms in optical lattices enabled numerous breakthroughs uniting several disciplines. Coupling these systems to quantized light leads to a plethora of new phenomena and has opened up a new field of study. Here we introduce a physically novel source of competition in a many-body strongly correlated system: We prove that quantum backaction of global measurement is able to efficien…
▽ More
Trapping ultracold atoms in optical lattices enabled numerous breakthroughs uniting several disciplines. Coupling these systems to quantized light leads to a plethora of new phenomena and has opened up a new field of study. Here we introduce a physically novel source of competition in a many-body strongly correlated system: We prove that quantum backaction of global measurement is able to efficiently compete with intrinsic short-range dynamics of an atomic system. The competition becomes possible due to the ability to change the spatial profile of a global measurement at a microscopic scale comparable to the lattice period without the need of single site addressing. In coherence with a general physical concept, where new competitions typically lead to new phenomena, we demonstrate novel nontrivial dynamical effects such as large-scale multimode oscillations, long-range entanglement and correlated tunneling, as well as selective suppression and enhancement of dynamical processes beyond the projective limit of the quantum Zeno effect. We demonstrate both the break-up and protection of strongly interacting fermion pairs by measurement. Such a quantum optical approach introduces into many-body physics novel processes, objects, and methods of quantum engineering, including the design of many-body entangled environments for open systems.
△ Less
Submitted 21 February, 2016; v1 submitted 30 March, 2015;
originally announced March 2015.
-
Multipartite Entangled Spatial Modes of Ultracold Atoms Generated and Controlled by Quantum Measurement
Authors:
Thomas J. Elliott,
Wojciech Kozlowski,
Santiago Caballero-Benitez,
Igor B. Mekhov
Abstract:
We show that the effect of measurement back-action results in the generation of multiple many-body spatial modes of ultracold atoms trapped in an optical lattice, when scattered light is detected. The multipartite mode entanglement properties and their nontrivial spatial overlap can be varied by tuning the optical geometry in a single setup. This can be used to engineer quantum states and dynamics…
▽ More
We show that the effect of measurement back-action results in the generation of multiple many-body spatial modes of ultracold atoms trapped in an optical lattice, when scattered light is detected. The multipartite mode entanglement properties and their nontrivial spatial overlap can be varied by tuning the optical geometry in a single setup. This can be used to engineer quantum states and dynamics of matter fields. We provide examples of multimode generalizations of parametric down-conversion, Dicke, and other states, investigate the entanglement properties of such states, and show how they can be transformed into a class of generalized squeezed states. Further, we propose how these modes can be used to detect and measure entanglement in quantum gases.
△ Less
Submitted 19 March, 2015; v1 submitted 15 December, 2014;
originally announced December 2014.
-
Probing Matter-Field and Atom-Number Correlations in Optical Lattices by Global Nondestructive Addressing
Authors:
Wojciech Kozlowski,
Santiago F. Caballero-Benitez,
Igor B. Mekhov
Abstract:
We show that light scattering from an ultracold gas reveals not only density correlations, but also matter-field interference at its shortest possible distance in an optical lattice, which defines key properties such as tunneling and matter-field phase gradients. This signal can be enhanced by concentrating probe light between lattice sites rather than at density maxima. As addressing between two…
▽ More
We show that light scattering from an ultracold gas reveals not only density correlations, but also matter-field interference at its shortest possible distance in an optical lattice, which defines key properties such as tunneling and matter-field phase gradients. This signal can be enhanced by concentrating probe light between lattice sites rather than at density maxima. As addressing between two single sites is challenging, we focus on global nondestructive scattering, allowing probing order parameters, matter-field quadratures and their squeezing. The scattering angular distribution displays peaks even if classical diffraction is forbidden and we derive generalized Bragg conditions. Light scattering distinguishes all phases in the Mott insulator - superfluid - Bose glass phase transition.
△ Less
Submitted 1 June, 2015; v1 submitted 27 November, 2014;
originally announced November 2014.
-
Generalized Newton transformation and its applications to extrinsic geometry
Authors:
Krzysztof Andrzejewski,
Wojciech Kozlowski,
Kamil Niedzialomski
Abstract:
In this article we introduce a generalization of the Newton transformation to the case of a system of endomorphisms. We show that it can be used in the context of extrinsic geometry of foliations and distributions yielding new integral formulas containing generalized extrinsic curvatures.
In this article we introduce a generalization of the Newton transformation to the case of a system of endomorphisms. We show that it can be used in the context of extrinsic geometry of foliations and distributions yielding new integral formulas containing generalized extrinsic curvatures.
△ Less
Submitted 19 January, 2016; v1 submitted 20 November, 2012;
originally announced November 2012.
-
Differential as a harmonic morphism with respect to Cheeger--Gromoll type metrics
Authors:
Wojciech Kozlowski,
Kamil Niedzialomski
Abstract:
We investigate horizontal conformality of a differential of a map between Riemannian manifolds where the tangent bundles are equipped with Cheeger--Gromoll type metrics. As a corollary, we characterize the differential of a map as a harmonic morphism.
We investigate horizontal conformality of a differential of a map between Riemannian manifolds where the tangent bundles are equipped with Cheeger--Gromoll type metrics. As a corollary, we characterize the differential of a map as a harmonic morphism.
△ Less
Submitted 4 August, 2009;
originally announced August 2009.
-
Mono-, bi- and tri- graphene layers deposited on conductive Au/Cr/SiO2/Si substrate studied by scanning tunnelling spectroscopy
Authors:
Z. Klusek,
P. Dabrowski,
P. Kowalczyk,
W. Kozlowski,
P. Blake,
M. Szybowicz,
T. Runka,
W. Olejniczak
Abstract:
Graphene devices require electric contacts with metals, particularly with gold. Scanning tunneling spectroscopy studies of electron local density of states performed on mono-, bi- and tri- graphene layer deposited on metallic conductive Au/Cr/SiO2/Si substrate shows that gold substrate causes the Fermi level shift downwards which means that holes are donated by metal substrate to graphene which…
▽ More
Graphene devices require electric contacts with metals, particularly with gold. Scanning tunneling spectroscopy studies of electron local density of states performed on mono-, bi- and tri- graphene layer deposited on metallic conductive Au/Cr/SiO2/Si substrate shows that gold substrate causes the Fermi level shift downwards which means that holes are donated by metal substrate to graphene which becomes p-type doped. These experimental results are in good accordance with recently published density function theory calculations. The estimated positions of the Dirac point show that the higher number of graphene layers the lower Fermi level shift is observed.
△ Less
Submitted 31 December, 2008;
originally announced January 2009.
-
Separation theorems for compact Hausdorff foliations
Authors:
Wojciech Kozłowski,
Szymon M. Walczak
Abstract:
We investigate compact Hausdorff foliations on compact Riemannian manifolds in the context of the Gromov-Hausdorff distance theory. We give some sufficient conditions for such foliations to be separated in the Gromov-Hausdorff topology.
We investigate compact Hausdorff foliations on compact Riemannian manifolds in the context of the Gromov-Hausdorff distance theory. We give some sufficient conditions for such foliations to be separated in the Gromov-Hausdorff topology.
△ Less
Submitted 21 December, 2008;
originally announced December 2008.
-
Conformality of a differential with respect to Cheeger-Gromoll type metrics
Authors:
Wojciech Kozlowski,
Kamil Niedzialomski
Abstract:
We investigate conformality of the differential of a mapping between Riemannian manifolds if the tangent bundles are equipped with a generalized metric of Cheeger-Gromoll type.
We investigate conformality of the differential of a mapping between Riemannian manifolds if the tangent bundles are equipped with a generalized metric of Cheeger-Gromoll type.
△ Less
Submitted 25 September, 2008;
originally announced September 2008.
-
On the geometry of the normal bundle with a metric of Cheeger-Gromoll type
Authors:
Wojciech Kozłowski
Abstract:
We investigate the geometry of a normal bundle equipped with a $(p,q)$-metric, i.e., Riemannian metric of Cheeger-Gromoll type, to the submanifold of a Riemannian manifold. We derive all natural object as the Levi-Civita connection, curvature tensor, sectional and scalar curvature. We prove that under some natural conditions the sectional curvature of this bundle may be bounded from below by giv…
▽ More
We investigate the geometry of a normal bundle equipped with a $(p,q)$-metric, i.e., Riemannian metric of Cheeger-Gromoll type, to the submanifold of a Riemannian manifold. We derive all natural object as the Levi-Civita connection, curvature tensor, sectional and scalar curvature. We prove that under some natural conditions the sectional curvature of this bundle may be bounded from below by given arbitrary large positive constant. Next we investigate $(p,q)$-metrics from the complex geometry point of view. We show when the normal bundle can by equipped with a structure of almost Hermitian, almost Kählerian, conformally almost Kählerian or Kählerian manifold.
△ Less
Submitted 23 September, 2008;
originally announced September 2008.
-
Collapse of unit horizontal bundles equipped with a metric of Cheeger-Gromoll type
Authors:
Wojciech Kozlowski,
Szymon M. Walczak
Abstract:
We study unit horizontal bundles associated with Riemannian submersions. First we investigate metric properties of an arbitrary unit horizontal bundle equipped with a Riemannian metric of the Cheeger-Gromoll type. Next we examine it from the Gromov-Hausdorff convergence theory point of view, and we state a collapse theorem for unit horizontal bundles associated with a sequence of warped Riemanni…
▽ More
We study unit horizontal bundles associated with Riemannian submersions. First we investigate metric properties of an arbitrary unit horizontal bundle equipped with a Riemannian metric of the Cheeger-Gromoll type. Next we examine it from the Gromov-Hausdorff convergence theory point of view, and we state a collapse theorem for unit horizontal bundles associated with a sequence of warped Riemannian submersions.
△ Less
Submitted 14 June, 2007;
originally announced June 2007.
-
A Principle of Regulating the Collective Effect of Assembling Patterns in a Moderate Number of Equivalent Finite Regular Arrays of Active Nanoelements due to Local Transferring Information by Pairs Hopping under Synchronous Excitation
Authors:
Wlodzimierz Kozlowski
Abstract:
One elucidates specific findings of our recent computational study, arxiv.org/cond-mat/0307215 with the purpose to reveal a prospect of relevant feasibility research on regulating the process of assembling nano-sized elements into functional materials and systems. This is thought to contribute to solving the task of obtaining systems that being composed from nanoelements would have even macrosco…
▽ More
One elucidates specific findings of our recent computational study, arxiv.org/cond-mat/0307215 with the purpose to reveal a prospect of relevant feasibility research on regulating the process of assembling nano-sized elements into functional materials and systems. This is thought to contribute to solving the task of obtaining systems that being composed from nanoelements would have even macroscopic sizes while preserving required stability as well as designing such adaptive systems. In this respect, one explains inferences drawn from our findings that have shown that accomplishing the collective effect (CE) of assembling the active nano-elements into functional quasi two dimensional patterns over finite surfaces within a number, M of subsystems, being of the same type but different in details, may be regulated by changing the ambient conditions. This regulation of the CE requires that the immobile nano-elements, arranged into regular array over the surface, are to be activated due to local information transfer realized by hopping nano-sized elements, each represented by a pair of its ends only: sending end and the receiving one; two neighbor sites of the array identify position of that pair. Then, the CE may be regulated by varying the number M, a common forcing factor and efficiency of projecting the regularity of the array onto the CE.
△ Less
Submitted 27 May, 2005;
originally announced May 2005.
-
Opportunity for Regulating the Collective Effect of Random Expansion with Manifestations of Finite Size Effects in a Moderate Number of Finite Systems
Authors:
Wlodzimierz Kozlowski
Abstract:
One reports computational study revealing a set of general requirements, fulfilling of which would allow employing changes in ambient conditions to regulate accomplishing the collective outcome of emerging active network patterns in an ensemble of a moderate number of finite discrete systems. The patterns within all these component systems emerge out of random expansion process governed by certa…
▽ More
One reports computational study revealing a set of general requirements, fulfilling of which would allow employing changes in ambient conditions to regulate accomplishing the collective outcome of emerging active network patterns in an ensemble of a moderate number of finite discrete systems. The patterns within all these component systems emerge out of random expansion process governed by certain local rule. The systems modeled are of the same type but different in details, finite discrete spatial domains of the expansion within the systems are equivalent regular hexagonal arrays. The way in which elements of a component system function in the local information transmission allows dividing them into two classes. One class is represented by zero-dimensional entities coupled into pairs identified at the array sites being nearest neighbors. The pairs preserve their orientation in the space while experiencing conditional hopping to positions close by and transferring certain information portions. Messenger particles hopping to signal the pairs for the conditional jumping constitute the other class. Contribution from the hopping pairs results in finite size effects being specific feature of accomplishing the mean expected network pattern representing the collective outcome. It is shown how manifestations of the finite size effects allow using changes in parameters of the model ambient conditions of the ensemble evolution to regulate accomplishing the collective outcome representation.
△ Less
Submitted 29 August, 2003; v1 submitted 9 July, 2003;
originally announced July 2003.