SearcharxivSearch

arXiv subjects

Jun Zhong

Publications and source records attributed to Jun Zhong.

17 recordsLinked to original sources

3D imaging of the biphoton spatiotemporal wave packet

Photons are among the most important carriers of quantum information owing to their rich degrees of freedom (DoFs), including various spatiotemporal structures. The ability to characterize these DoFs, as well as the hidden correlations among them, directly determines whether they can be exploited for quantum tasks. While various methods have been developed for measuring the spatiotemporal structure of classical light fields, owing to the technical challenges posed by weak photon flux, there have so far been no reports of observing such structures in their quantum counterparts, except for a few studies limited to correlations within individual DoFs. Here, we propose and experimentally demonstrate a self-referenced, high-efficiency, and all-optical method, termed 3D imaging of photonic wave packets, for comprehensive characterization of the spatiotemporal structure of a quantum light field, i.e., the biphoton spatiotemporal wave packet. Benefiting from this developed method, we successfully observe the spatial-spatial, spectral-spectral, and spatiotemporal correlations of biphotons generated via spontaneous parametric down-conversion, revealing rich local and nonlocal spatiotemporal structure in quantum light fields. This method will further advance the understanding of the dynamics in nonlinear quantum optics and expand the potential of photons for applications in quantum communication and quantum computing.

quant-ph

Asymmetric velocity boundary conditions lead to zonal flow in centrifugal convection

We perform direct numerical simulations of rapidly rotating annular centrifugal convection to investigate how mixed (asymmetric) velocity boundary conditions and geometric curvature shape the flow organisation and heat transfer. Motivated by the quasi-two-dimensionalisation under strong rotation and the long spin-up required for large-scale states, we employ two-dimensional simulations and consider four boundary-condition sets: no-slip/no-slip (INON), no-slip/stress-free (INOS), stress-free/no-slip (ISON) and stress-free/stress-free (ISOS). For fixed geometry with the radius ratio $\eta=0.5$ and over the Rayleigh number $Ra\in[10^6,10^9]$, the heat transfer is strongest for ISOS, followed by INOS and INON, while ISON exhibits a pronounced suppression as a strong zonal flow aligned with the rotation develops. In the three cases dominated by large-scale circulation, the Nusselt number $Nu$ follows an effective classical-type scaling close to $Nu\sim Ra^{0.27}$, whereas the zonal-flow branch displays a much weaker scaling $Nu\sim Ra^{0.1}$ and strong flow anisotropy with the large difference between the radial and azimuthal Reynolds numbers $Re_r\ll Re_\varphi$. A dissipation analysis shows that zonal-flow formation is accompanied by a transition from boundary-layer-dominated dissipation to a relatively low and uniform bulk dissipation, consistent with shear-induced plume suppression. By varying the radius ratio $\eta$, we demonstrate that increasing $\eta$ weakens curvature asymmetry and destabilises the zonal-flow state, leading to roll-dominated convection in the planar limit, and we relate the accompanying bulk-temperature asymmetry to the boundary heat flux asymmetry using a free-convective boundary-layer model.

physics.flu-dyn

Physical Mechanism behind the Early Onset of the Ultimate State in Supergravitational Centrifugal Thermal Convection

We present a combined experimental and numerical investigation of the transition from the classical to the ultimate regime of thermal turbulence in a supergravitational centrifugal convection system. The transition is found to be robust, with the critical Rayleigh number decreasing systematically as the Froude number, defined as the ratio of centrifugal to Earth's gravity, decreases, highlighting the effect of residual gravity. Once the Rayleigh number reaches the transition threshold, the Stewartson layer induced by residual Earth gravity becomes comparable in thickness to the viscous boundary layer, and their interaction results in a coupled flow that distorts the viscous boundary layer, triggering its transition from laminar to turbulent flow and leading to a sharp increase in heat transport. These findings demonstrate the key role of the Stewartson layer induced by residual gravity in facilitating the transition to the ultimate regime in supergravitational centrifugal thermal convection.

physics.flu-dyn

Gravity drives the flow within the Stewartson layer in centrifugal convection

We conduct three-dimensional numerical simulations on centrifugal convection (CC) in a closed annular container, incorporating gravity and no-slip top and bottom boundaries, to systematically investigate rotation-induced secondary flow. The Stewartson layer, identified by an elongated circulation in mean vertical velocity plots, emerges near the inner and outer cylinders only beyond a critical gravitational forcing. Quantitative analyses confirm that the layer thickness scales as $\delta_{st}\sim Ek^{1/3}$ due to rotational effects, consistent with results from rotating Rayleigh-B\'enard convection, where $Ek$ represents the Ekman number. The internal circulation strength, however, is determined by both gravitational buoyancy and rotational effects. We propose that gravitational buoyancy drives the internal flow, which balances against viscous forces to establish a terminal velocity. Through theoretical analysis, the vertical velocity amplitude follows $W_{st}\sim Ek^{5/3}Ro^{-1}Ra_gPr^{-1}$, showing good agreement with simulation results across a wide parameter range. Here, $Ro^{-1}$ represents the inverse Rossby number, $Ra_g$ the gravitational Rayleigh number, and $Pr$ the Prandtl number. The theoretical predictions match simulations well, demonstrating that the Stewartson layer is gravity-induced and rotationally constrained through geostrophic balance in the CC system. These findings yield fundamental insights into turbulent flow structures and heat transfer mechanisms in the CC system, offering both theoretical advances and practical engineering applications.

physics.flu-dyn

Effects of rough walls on sheared annular centrifugal Rayleigh-B\'enard convection

In this study, we investigate the coupling effects of roughness and wall shear in an annular centrifugal Rayleigh-B\'enard convection (ACRBC) system, where two cylinders rotate with different angular velocities. Two-dimensional direct numerical simulations are conducted within a Rayleigh number range of $10^{6} \leq Ra \leq 10^{8}$, and the non-dimensional angular velocity difference ($\varOmega$), representing wall shear, varied from 0 to 1. The Prandtl number is fixed at $Pr = 4.3$, the inverse Rossby number at $Ro^{-1} = 20$, and the radius ratio at $\eta = 0.5$. The interaction between wall shear and roughness leads to distinct heat transfer behavior in different regimes. In the buoyancy-dominant regime, an increase in the non-dimensional angular velocity difference ($\varOmega$) significantly enhances heat transfer. However, as $\varOmega$ continues to rise, a sharp reduction in heat transfer is observed in the transitional regime. Beyond a critical value of $\varOmega$, the flow enters a shear-dominant regime, where heat transfer remains unchanged despite further increases in $\varOmega$.

physics.flu-dyn

KiloBot: A Programming Language for Deploying Perception-Guided Industrial Manipulators at Scale

We would like industrial robots to handle unstructured environments with cameras and perception pipelines. In contrast to traditional industrial robots that replay offline-crafted trajectories, online behavior planning is required for these perception-guided industrial applications. Aside from perception and planning algorithms, deploying perception-guided manipulators also requires substantial effort in integration. One approach is writing scripts in a traditional language (such as Python) to construct the planning problem and perform integration with other algorithmic modules & external devices. While scripting in Python is feasible for a handful of robots and applications, deploying perception-guided manipulation at scale (e.g., more than 10000 robot workstations in over 2000 customer sites) becomes intractable. To resolve this challenge, we propose a Domain-Specific Language (DSL) for perception-guided manipulation applications. To scale up the deployment,our DSL provides: 1) an easily accessible interface to construct & solve a sub-class of Task and Motion Planning (TAMP) problems that are important in practical applications; and 2) a mechanism to implement flexible control flow to perform integration and address customized requirements of distinct industrial application. Combined with an intuitive graphical programming frontend, our DSL is mainly used by machine operators without coding experience in traditional programming languages. Within hours of training, operators are capable of orchestrating interesting sophisticated manipulation behaviors with our DSL. Extensive practical deployments demonstrate the efficacy of our method.

cs.RO

Effect of radius ratio on the sheared annular centrifugal turbulent convection

We perform the linear stability analysis and direct numerical simulations to study the effect of radius ratio on the instability and flow characteristics of the sheared annular centrifugal Rayleigh-B\'enard convection (ACRBC), where the cold inner cylinder and the hot outer cylinder rotate with a small angular velocity difference. With the shear enhancement, the thermal convection is suppressed and finally gets stable for different radius ratios $\eta\in[0.2, 0.95]$. Considering the inhomogeneous distribution of shear stresses in the base flow, a new global Richardson number $Ri_g$ is defined and the marginal-state curves for different radius ratios are successfully unified in the parameter domain of $Ri_g$ and the Rayleigh number $Ra$. The results are consistent with the marginal-state curve of the wall-sheared classical RBC in the streamwise direction, demonstrating that the basic stabilization mechanisms are identical. Moreover, systems with small radius ratios exhibit greater geometric asymmetry. On the one hand, this results in a smaller equivalent aspect ratio for the system, accommodating fewer convection roll pairs. Fewer roll pairs are more likely to cause a transition in the flow structure during shear enhancement. On the other hand, the shear distribution is more inhomogeneous, allowing for an outward shift of the convection region and the elevation of bulk temperature under strong shear.

physics.flu-dyn

Detection of magnetospheric ion drift patterns at Mars

Mars lacks a global magnetic field, and instead possesses small-scale crustal magnetic fields, making its magnetic environment fundamentally different from intrinsic magnetospheres like those of Earth or Saturn. Here we report the discovery of magnetospheric ion drift patterns, typical of intrinsic magnetospheres, at Mars usingmeasurements fromMarsAtmosphere and Volatile EvolutioNmission. Specifically, we observewedge-like dispersion structures of hydrogen ions exhibiting butterfly-shaped distributions within the Martian crustal fields, a feature previously observed only in planetary-scale intrinsic magnetospheres. These dispersed structures are the results of driftmotions that fundamentally resemble those observed in intrinsic magnetospheres. Our findings indicate that the Martian magnetosphere embodies an intermediate case where both the unmagnetized and magnetized ion behaviors could be observed because of the wide range of strengths and spatial scales of the crustal magnetic fields around Mars.

astro-ph.EP

From Sheared Annular Centrifugal Rayleigh-Bénard Convection to Radially Heated Taylor-Couette Flow: Exploring the Impact of Buoyancy and Shear on Heat Transfer and Flow Structure

We investigate the coupling effect of buoyancy and shear based on an annular centrifugal Rayleigh-Bénard convection (ACRBC) system in which two cylinders rotate with an angular velocity difference. Direct numerical simulations are performed in a Rayleigh number range 10^6 \le Ra \le 10^8, at fixed Prandtl number Pr=4.3, inversed Rossby number Ro^{-1}=20 and radius ratio η=0.5. The shear, represented by the non-dimensional rotational speed difference Ω, varies from 0 to 10, corresponding to an ACRBC without shear and a radially heated Taylor-Couette flow with only the inner cylinder rotating, respectively. A stable regime is found in the middle part of the interval of Ω, and divides the whole parameter space into three regimes: buoyancy-dominated regime, stable regime, and shear-dominated regime. Clear boundaries between the regimes are given by linear stability analysis. In the buoyancy-dominated regime, the flow is a quasi-two-dimensional flow on the rφplane; as shear increases, both the growth rate of instability and the heat transfer is depressed. In the shear-dominated regime, the flow is mainly on the rz plane, and the heat transfer in this regime is greatly enhanced. The study shows shear can stabilize buoyancy-driven convection and reveals the complex coupling mechanism of shear and buoyancy, which may have implications for fundamental studies and industrial designs.

physics.flu-dyn

On the thermal effect of porous material in porous media Rayleigh-Bénard convection

We perform a two-dimensional numerical study on the thermal effect of porous media on global heat transport and flow structure in Rayleigh-Bénard (RB) convection, focusing on the role of thermal conductivity $λ$ of porous media, which ranges from $0.1$ to $50$ relative to the fluid. The simulation is carried out in a square RB cell with the Rayleigh number $Ra$ ranging from $10^7$ to $10^9$ and the Prandtl number $Pr$ fixed at $4.3$. The porosity of the system is fixed at $ϕ=0.812$, with the porous media modeled by a set of randomly displayed circular obstacles. For a fixed $Ra$, the increase of conductivity shows a small effect on the total heat transfer, slightly depressing the Nusselt number. The limited influence comes from the small number of obstacles contacting with thermal plumes in the system as well as the counteraction of the increased plume area and the depressed plume strength. The study shows that the global heat transfer is insensitive to the conduction effect of separated porous media in the bulk region, which may have implications for industrial designs.

physics.flu-dyn

DVGG: Deep Variational Grasp Generation for Dextrous Manipulation

Grasping with anthropomorphic robotic hands involves much more hand-object interactions compared to parallel-jaw grippers. Modeling hand-object interactions is essential to the study of multi-finger hand dextrous manipulation. This work presents DVGG, an efficient grasp generation network that takes single-view observation as input and predicts high-quality grasp configurations for unknown objects. In general, our generative model consists of three components: 1) Point cloud completion for the target object based on the partial observation; 2) Diverse sets of grasps generation given the complete point cloud; 3) Iterative grasp pose refinement for physically plausible grasp optimization. To train our model, we build a large-scale grasping dataset that contains about 300 common object models with 1.5M annotated grasps in simulation. Experiments in simulation show that our model can predict robust grasp poses with a wide variety and high success rate. Real robot platform experiments demonstrate that the model trained on our dataset performs well in the real world. Remarkably, our method achieves a grasp success rate of 70.7\% for novel objects in the real robot platform, which is a significant improvement over the baseline methods.

cs.RO

Transition criteria and phase space structures in a three degree of freedom system with dissipation

Escape from a potential well through an index-1 saddle can be widely found in some important physical systems. Knowing the criteria and phase space geometry that govern escape events plays an important role in making use of such phenomenon, particularly when realistic frictional or dissipative forces are present. We aim to extend the study the escape dynamics around the saddle from two degrees of freedom to three degrees of freedom, presenting both a methodology and phase space structures. Both the ideal conservative system and a perturbed, dissipative system are considered. We define the five-dimensional transition region, $\mathcal{T}_h$, as the set of initial conditions of a given initial energy $h$ for which the trajectories will escape from one side of the saddle to another. Invariant manifold arguments demonstrate that in the six-dimensional phase space, the boundary of the transition region, $\partial \mathcal{T}_h$, is topologically a four-dimensional hyper-cylinder in the conservative system, and a four-dimensional hyper-sphere in the dissipative system. The transition region $\mathcal{T}_h$ can be constructed by a solid three-dimensional ellipsoid (solid three-dimensional cylinder) in the three-dimensional configuration space, where at each point, there is a cone of velocity -- the velocity directions leading to transition are given by cones, with velocity magnitude given by the initial energy and the direction by two spherical angles with given limits. To illustrate our analysis, we consider an example system which has two potential minima connected by an index 1 saddle.

nlin.CD

GPR: Grasp Pose Refinement Network for Cluttered Scenes

Object grasping in cluttered scenes is a widely investigated field of robot manipulation. Most of the current works focus on estimating grasp pose from point clouds based on an efficient single-shot grasp detection network. However, due to the lack of geometry awareness of the local grasping area, it may cause severe collisions and unstable grasp configurations. In this paper, we propose a two-stage grasp pose refinement network which detects grasps globally while fine-tuning low-quality grasps and filtering noisy grasps locally. Furthermore, we extend the 6-DoF grasp with an extra dimension as grasp width which is critical for collisionless grasping in cluttered scenes. It takes a single-view point cloud as input and predicts dense and precise grasp configurations. To enhance the generalization ability, we build a synthetic single-object grasp dataset including 150 commodities of various shapes, and a multi-object cluttered scene dataset including 100k point clouds with robust, dense grasp poses and mask annotations. Experiments conducted on Yumi IRB-1400 Robot demonstrate that the model trained on our dataset performs well in real environments and outperforms previous methods by a large margin.

cs.RO

Global invariant manifolds delineating transition and escape dynamics in dissipative systems

Invariant manifolds play an important role in organizing global dynamical behaviors. For example, it is found that in multi-well conservative systems where the potential energy wells are connected by index-1 saddles, the motion between potential wells is governed by the invariant manifolds of a periodic orbit around the saddle. In two degree of freedom systems, such invariant manifolds appear as cylindrical conduits which are referred to as transition tubes. In this study, we apply the concept of invariant manifolds to study the transition between potential wells in not only conservative systems, but more realistic dissipative systems, by solving respective proper boundary-value problems. The example system considered is a two mode model of the snap-through buckling of a shallow arch. We define the transition region, $\mathcal{T}_h$, as a set of initial conditions of a given initial Hamiltonian energy $h$ with which the trajectories can escape from one potential well to another, which in the example system corresponds to snap-through buckling of a structure. The numerical results reveal that in the conservative system the boundary of the transition region, $\partial \mathcal{T}_h$, is a cylinder, while in the dissipative system, $\partial \mathcal{T}_h$ is an ellipsoid. The algorithms developed in the current research from the perspective of invariant manifold provides a robust theoretical-computational framework to study escape and transition dynamics.

math.DS

Geometry of escape and transition dynamics in the presence of dissipative and gyroscopic forces in two degree of freedom systems

Escape from a potential well can occur in different physical systems, such as capsize of ships, resonance transitions in celestial mechanics, and dynamic snap-through of arches and shells, as well as molecular reconfigurations in chemical reactions. The criteria and routes of escape in one-degree of freedom systems has been well studied theoretically with reasonable agreement with experiment. The trajectory can only transit from the hilltop of the one-dimensional potential energy surface. The situation becomes more complicated when the system has higher degrees of freedom since it has multiple routes to escape through an equilibrium of saddle-type, specifically, an index-1 saddle. This paper summarizes the geometry of escape across a saddle in some widely known physical systems with two degrees of freedom and establishes the criteria of escape providing both a methodology and results under the conceptual framework known as tube dynamics. These problems are classified into two categories based on whether the saddle projection and focus projection in the symplectic eigenspace are coupled or not when damping and/or gyroscopic effects are considered. To simplify the process, only the linearized system around the saddle points are analyzed. We define a transition region, $\mathcal{T}_h$, as the region of initial conditions of a given initial energy $h$ which transit from one side of a saddle to the other. We find that in conservative systems, the boundary of the transition region, $\partial \mathcal{T}_h$, is a cylinder, while in dissipative systems, $\partial \mathcal{T}_h$ is an ellipsoid.

nlin.CD

A Tube Dynamics Perspective Governing Stability Transitions: An Example Based on Snap-through Buckling

The equilibrium configuration of an engineering structure, able to withstand a certain loading condition, is usually associated with a local minimum of the underlying potential energy. However, in the nonlinear context, there may be other equilibria present, and this brings with it the possibility of a transition to an alternative (remote) minimum. That is, given a sufficient disturbance, the structure might buckle, perhaps suddenly, to another shape. This paper considers the dynamic mechanisms under which such transitions (typically via saddle points) occur. A two-mode Hamiltonian is developed for a shallow arch/buckled beam. The resulting form of the potential energy---two stable wells connected by rank-1 saddle points---shows an analogy with resonance transitions in celestial mechanics or molecular reconfigurations in chemistry, whereas here the transition corresponds to switching between two stable structural configurations. Then, from Hamilton's equations, the analytical equilibria are determined and linearization of the equations of motion about the saddle is obtained. After computing the eigenvalues and eigenvectors of the coefficient matrix associated with the linearization, a symplectic transformation is given which puts the Hamiltonian into normal form and simplifies the equations, allowing us to use the conceptual framework known as tube dynamics. The flow in the equilibrium region of phase space as well as the invariant manifold tubes in position space are discussed. Also, we account for the addition of damping in the tube dynamics framework, which leads to a richer set of behaviors in transition dynamics than previously explored.

nlin.CD

Multi-step nucleation of nanocrystals in aqueous solution

Nucleation and growth of solids from solutions impacts many natural processes and are fundamental to applications in materials engineering and medicine. For a crystalline solid, the nucleus is a nanoscale cluster of ordered atoms, which forms through mechanisms that are still poorly understood. These mechanisms have important consequences on the morphology and nucleation rates of the resultant crystals but it is unclear whether a nucleus forms spontaneously from solution in a single step or through multiple steps. Using in-situ electron microscopy, we observe and quantify how gold and silver nanocrystals nucleate from a supersaturated aqueous gold and silver solution in three distinct steps: (I) spinodal decomposition into solute-rich and solute-poor liquid phases, (II) nucleation of amorphous gold nanoclusters within the gold-rich liquid phase, followed by (III) crystallization of these amorphous clusters. Our ab-initio calculations on gold nucleation suggest that these steps might be associated with strong gold-gold atom coupling and water-mediated metastable gold complexes. The understanding of intermediate steps in nuclei formation has important implications for the formation and growth of both crystalline and amorphous materials.

cond-mat.mes-hall