Source author record

Feng Ye

Feng Ye appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

34works
17topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

34 published item(s)

preprint2025arXiv

Field-Tailoring Quantum Materials via Magneto-Synthesis: Metastable Metallic and Magnetically Suppressed Phases in a Trimer Iridate

We demonstrate that applying modest magnetic fields during high-temperature crystal growth can profoundly alter the structure and ground state of a spin-orbit-coupled, antiferromagnetic trimer lattice. Using BaIrO3 as a model system, whose ground state is intricately dictated by the trimer lattice, we show that magneto-synthesis, a field-assisted synthesis approach, stabilizes a structurally compressed, metastable metallic and magnetically suppressed phases inaccessible via conventional methods. These effects include a 0.85% reduction in unit cell, 4-order-of-magnitude decrease in resistivity, a 10-fold enhancement of the Sommerfeld coefficient, and the collapse of long-range magnetic order -- all intrinsic and bulk in origin. First-principles calculations confirm that the field-stabilized structure lies substantially above the ground state in energy, highlighting its metastable character. These large, coherent and correlated changes across multiple bulk properties, unlike those caused by dilute impurities, defects or off-stoichiometry, point to an intrinsic field-induced mechanism. The findings establish magneto-synthesis as a powerful new pathway for accessing non-equilibrium quantum phases in strongly correlated materials.

preprint2023arXiv

Learning to Compress Unmanned Aerial Vehicle (UAV) Captured Video: Benchmark and Analysis

During the past decade, the Unmanned-Aerial-Vehicles (UAVs) have attracted increasing attention due to their flexible, extensive, and dynamic space-sensing capabilities. The volume of video captured by UAVs is exponentially growing along with the increased bitrate generated by the advancement of the sensors mounted on UAVs, bringing new challenges for on-device UAV storage and air-ground data transmission. Most existing video compression schemes were designed for natural scenes without consideration of specific texture and view characteristics of UAV videos. In this work, we first contribute a detailed analysis of the current state of the field of UAV video coding. Then we propose to establish a novel task for learned UAV video coding and construct a comprehensive and systematic benchmark for such a task, present a thorough review of high quality UAV video datasets and benchmarks, and contribute extensive rate-distortion efficiency comparison of learned and conventional codecs after. Finally, we discuss the challenges of encoding UAV videos. It is expected that the benchmark will accelerate the research and development in video coding on drone platforms.

preprint2022arXiv

Anticollinear order and degeneracy lifting in square lattice antiferromagnet LaSrCrO4

We report the static and dynamic magnetic properties of LaSrCrO$_4$, a seemingly canonical spin-3/2 square-lattice antiferromagnet that exhibits frustration between magnetic layers -- owing to their AB stacking -- and offers a rare testbed to investigate accidental-degeneracy lifting in magnetism. Neutron diffraction experiments on single-crystal samples uncover a remarkable anticollinear magnetic order below $T_N$ = 170 K characterized by a Néel arrangement of the spins within each layer and an orthogonal arrangement between adjacent layers. To understand the origin of this unusual magnetic structure, we analyze the spin-wave excitation spectrum by means of inelastic neutron scattering and bulk measurements. A spectral gap of 0.5 meV, along with a spin-flop transition at 3.2\, T, reflect the energy scale associated with the degeneracy-lifting. A minimal model to explain these observations requires both a positive biquadratic interlayer exchange and dipolar interactions, both of which are on the order of 10$^{-4}$ meV, only a few parts per million of the dominant exchange interaction $J_1 \approx 11$ meV. These results provide direct evidence for the selection of a non-collinear magnetic structure by the combined effect of two distinct degeneracy lifting interactions.

preprint2022arXiv

Direct visualization of magnetic correlations in frustrated spinel ZnFe$_2$O$_4$

Magnetic materials with the spinel structure (A$^{2+}$B$^{3+}_2$O$^4$) form the core of numerous magnetic devices, but ZnFe$_2$O$_4$ constitutes a peculiar example where the nature of the magnetism is still unresolved. Susceptibility measurements revealed a cusp around $T_c=13\;\mathrm{K}$ resembling an antiferromagnetic transition, despite the positive Curie-Weiss temperature determined to be $Θ_{CW}=102.8(1)\;\mathrm{K}$. Bifurcation of field-cooled and zero-field-cooled data below $T_c$ in conjunction with a frequency dependence of the peak position and a non-zero imaginary component below $T_c$ shows it is in fact associated with a spin-glass transition. Highly structured magnetic diffuse neutron scattering from single crystals develops between $50\;\mathrm{K}$ and $25\;\mathrm{K}$ revealing the presence of magnetic disorder which is correlated in nature. Here, the 3D-m$Δ$PDF method is used to visualize the local magnetic ordering preferences, and ferromagnetic nearest-neighbor and antiferromagnetic third nearest-neighbor correlations are shown to be dominant. Their temperature dependence is extraordinary with some flipping in sign, and a strongly varying correlation length. The correlations can be explained by orbital interaction mechanisms for the magnetic pathways, and a preferred spin cluster. Our study demonstrates the power of the 3D-m$Δ$PDF method in visualizing complex quantum phenomena thereby providing a way to obtain an atomic scale understanding of magnetic frustration.

preprint2022arXiv

Fast Newton method solving KLR based on Multilevel Circulant Matrix with log-linear complexity

Kernel logistic regression (KLR) is a conventional nonlinear classifier in machine learning. With the explosive growth of data size, the storage and computation of large dense kernel matrices is a major challenge in scaling KLR. Even the nyström approximation is applied to solve KLR, it also faces the time complexity of $O(nc^2)$ and the space complexity of $O(nc)$, where $n$ is the number of training instances and $c$ is the sampling size. In this paper, we propose a fast Newton method efficiently solving large-scale KLR problems by exploiting the storage and computing advantages of multilevel circulant matrix (MCM). Specifically, by approximating the kernel matrix with an MCM, the storage space is reduced to $O(n)$, and further approximating the coefficient matrix of the Newton equation as MCM, the computational complexity of Newton iteration is reduced to $O(n \log n)$. The proposed method can run in log-linear time complexity per iteration, because the multiplication of MCM (or its inverse) and vector can be implemented the multidimensional fast Fourier transform (mFFT). Experimental results on some large-scale binary-classification and multi-classification problems show that the proposed method enables KLR to scale to large scale problems with less memory consumption and less training time without sacrificing test accuracy.

preprint2022arXiv

MHTTS: Fast multi-head text-to-speech for spontaneous speech with imperfect transcription

Neural network based end-to-end Text-to-Speech (TTS) has greatly improved the quality of synthesized speech. While how to use massive spontaneous speech without transcription efficiently still remains an open problem. In this paper, we propose MHTTS, a fast multi-speaker TTS system that is robust to transcription errors and speaking style speech data. Specifically, we introduce a multi-head model and transfer text information from high-quality corpus with manual transcription to spontaneous speech with imperfectly recognized transcription by jointly training them. MHTTS has three advantages: 1) Our system synthesizes better quality multi-speaker voice with faster inference speed. 2) Our system is capable of transferring correct text information to data with imperfect transcription, simulated using corruption, or provided by an Automatic Speech Recogniser (ASR). 3) Our system can utilize massive real spontaneous speech with imperfect transcription and synthesize expressive voice.

preprint2022arXiv

Real-space visualization of short-range antiferromagnetic correlations in a magnetically enhanced thermoelectric

Short-range magnetic correlations can significantly increase the thermopower of magnetic semiconductors, representing a noteworthy development in the decades-long effort to develop high-performance thermoelectric materials. Here, we reveal the nature of the thermopower-enhancing magnetic correlations in the antiferromagnetic semiconductor MnTe. Using magnetic pair distribution function analysis of neutron scattering data, we obtain a detailed, real-space view of robust, nanometer-scale, antiferromagnetic correlations that persist into the paramagnetic phase above the Néel temperature $T_{\mathrm{N}}$ = 307 K. The magnetic correlation length in the paramagnetic state is significantly longer along the crystallographic $c$ axis than within the $ab$ plane, pointing to anisotropic magnetic interactions. Ab initio calculations of the spin-spin correlations using density functional theory in the disordered local moment approach reproduce this result with quantitative accuracy. These findings constitute the first real-space picture of short-range spin correlations in a magnetically enhanced thermoelectric and inform future efforts to optimize thermoelectric performance by magnetic means.

preprint2021arXiv

ByteSGAN: A Semi-supervised Generative Adversarial Network for Encrypted Traffic Classification of SDN Edge Gateway in Green Communication Network

With the rapid development of Green Communication Network, the types and quantity of network traffic data are accordingly increasing. Network traffic classification become a non-trivial research task in the area of network management and security, which not only help to improve the fine-grained network resource allocation, but also enable policy-driven network management. Meanwhile, the combination of SDN and Edge Computing can leverage both SDN at its global visiability of network-wide and Edge Computing at its low latency and good privacy-preserving. However, capturing large labeled datasets is a cumbersome and time-consuming manual labor. Semi-Supervised learning is an appropriate technique to overcome this problem. With that in mind, we proposed a Generative Adversarial Network (GAN)-based Semi-Supervised Learning Encrypted Traffic Classification method called \emph{ByteSGAN} embedded in SDN Edge Gateway to achieve the goal of traffic classification in a fine-grained manner to further improve network resource utilization. ByteSGAN can only use a small number of labeled traffic samples and a large number of unlabeled samples to achieve a good performance of traffic classification by modifying the structure and loss function of the regular GAN discriminator network in a semi-supervised learning way. Based on public dataset 'ISCX2012 VPN-nonVPN', two experimental results show that the ByteSGAN can efficiently improve the performance of traffic classifier and outperform the other supervised learning method like CNN.

preprint2020arXiv

Autonomous Unknown-Application Filtering and Labeling for DL-based Traffic Classifier Update

Network traffic classification has been widely studied to fundamentally advance network measurement and management. Machine Learning is one of the effective approaches for network traffic classification. Specifically, Deep Learning (DL) has attracted much attention from the researchers due to its effectiveness even in encrypted network traffic without compromising neither user privacy nor network security. However, most of the existing models are created from closed-world datasets, thus they can only classify those existing classes previously sampled and labeled. In this case, unknown classes cannot be correctly classified. To tackle this issue, an autonomous learning framework is proposed to effectively update DL-based traffic classification models during active operations. The core of the proposed framework consists of a DL-based classifier, a self-learned discriminator, and an autonomous self-labeling model. The discriminator and self-labeling process can generate new dataset during active operations to support classifier update. Evaluation of the proposed framework is performed on an open dataset, i.e., ISCX VPN-nonVPN, and independently collected data packets. The results demonstrate that the proposed autonomous learning framework can filter packets from unknown classes and provide accurate labels. Thus, corresponding DL-based classification models can be updated successfully with the autonomously generated dataset.

preprint2020arXiv

Competition of three-dimensional magnetic phases in Ca$_2$Ru$_{1-x}$Fe$_x$O$_4$: A structural perspective

The crystalline and magnetic structures of Ca$_2$Ru$_{1-x}$Fe$_x$O$_4$ (x=0.02, 0.05, 0.08 and 0.12) have been studied using neutron and X-ray diffraction. The Fe-doping reduces the Ru-O bond length in both apical and planar directions. The smaller Ru(Fe)O$_6$ octahedron leads to its reduced distortion. The $Pbca$ space group is maintained in all the Fe-dopings, so is the octahedral flattening. Warming has a similar effect on the lattice to that of the Fe-doping in releasing the distorted octahedra but precipitates an abrupt octahedral elongation near the N$\acute{e}$el temperature. Two competing antiferromagnetic orders, $A$- and $B$-centered phases have been observed. The Fe-doping-relaxed crystal structure prefers the latter to the former. As the doping increases, the $B$-centered phase continuously grows at the cost of the $A$-centered one and eventually replaces it at x=0.12. The absence of the two-dimensional antiferromagnetic critical fluctuations above the magnetic transition temperature and the three-dimensional magnetic correlation below the transition, together with the anomalous lattice response, point to an important role of orbital degree of freedom in driving the magnetic phase competition.

preprint2020arXiv

Crystal and magnetic structures of magnetic topological insulators MnBi$_2$Te$_4$ and MnBi$_4$Te$_7$

Using single crystal neutron diffraction, we present a systematic investigation of the crystal structure and magnetism of van der Waals topological insulators MnBi$_2$Te$_4$ and MnBi$_4$Te$_7$, where rich topological quantum states have been recently predicted and observed. Structural refinements reveal that considerable Bi atoms occupied on the Mn sites in both materials, distinct from the previously reported antisite disorder. We show unambiguously that MnBi$_{2}$Te$_{4}$ orders antiferromagnetically below 24 K featured by a magnetic symmetry $R_I$-${3c}$ while MnBi$_{4}$Te$_{7}$ is antiferromagnetic below 13 K with a magnetic space group $P_c$-${3c1}$. They both present antiferromagnetically coupled ferromagnetic layers with spins along the $c$-axis. We put forward a stacking rule for the crystal structure of an infinitely adaptive series MnBi$_{2n}$Te$_{3n+1}$ (n$\geq$1) with the building unit of [Bi$_2$Te$_3$]. A comparison of magnetic properties between MnBi$_{2}$Te$_{4}$ and MnBi$_{4}$Te$_{7}$, together with the recent density-functional theory calculations, enables us to draw that a two-dimensional magnetism limit might be realized in the derivatives. Our work may promote the theoretical studies of topological magnetic states in the series of MnBi$_{2n}$Te$_{3n+1}$.

preprint2020arXiv

Formation of short-range magnetic order and avoided ferromagnetic quantum criticality in pressurized LaCrGe$_3$

LaCrGe$_3$ has attracted attention as a paradigm example of the avoidance of ferromagnetic (FM) quantum criticality in an itinerant magnet. By combining thermodynamic, transport, x-ray and neutron scattering as well as $μ$SR measurements, we refined the temperature-pressure phase diagram of LaCrGe$_3$. We provide thermodynamic evidence (i) for the first-order character of the FM transition when it is suppressed to low temperatures and (ii) for the formation of new phases at high pressures. From our microscopic data, we infer that short-range FM ordered clusters exist in these high-pressure phases. These results suggest that LaCrGe$_3$ is a rare example, which fills the gap between the two extreme limits of avoided FM quantum criticality in clean and strongly disordered metals.

preprint2020arXiv

Hybridized quadrupolar excitations in the spin-anisotropic frustrated magnet FeI2

Magnetic order is usually associated with well-defined magnon excitations. Exotic magnetic fluctuations with fractional, topological or multipolar character, have been proposed for radically different forms of magnetic matter such as spin-liquids. As a result, considerable efforts have searched for, and uncovered, low-spin materials with suppressed dipolar order at low temperatures. Here, we report neutron-scattering experiments and quantitative theoretical modeling of an exceptional spin-1 system -- the uniaxial triangular magnet FeI2 -- where a bright and dispersive band of mixed dipolar-quadrupolar fluctuations emerges just above a dipolar ordered ground-state. This excitation arises from anisotropic exchange interactions that hybridize overlapping modes carrying fundamentally different quantum numbers. Remarkably, a generalization of spin-wave theory to local SU(3) degrees of freedom accounts for all details of the low-energy dynamical response of FeI2 without going beyond quadratic order. Our work highlights that quantum excitations without classical counterparts can be realized even in presence of fully developed magnetic order.

preprint2020arXiv

Pseudospin-lattice coupling and electric control of the square-lattice iridate Sr2IrO4

$\rm Sr_2IrO_4$ is an archetypal spin-orbit-coupled Mott insulator and has been extensively studied in part because of a wide range of predicted novel states. Limited experimental characterization of these states thus far brings to light the extraordinary susceptibility of the physical properties to the lattice, particularly, the Ir-O-Ir bond angle. Here, we report a newly observed microscopic rotation of the IrO$_6$ octahedra below 50~K measured by single crystal neutron diffraction. This sharp lattice anomaly provides keys to understanding the anomalous low-temperature physics and a direct confirmation of a crucial role that the Ir-O-Ir bond angle plays in determining the ground state. Indeed, as also demonstrated in this study, applied electric current readily weakens the antiferromagnetic order via the straightening of the Ir-O-Ir bond angle, highlighting that even slight change in the local structure can disproportionately affect the physical properties in the spin-orbit-coupled system.

preprint2020arXiv

Quantum liquid from strange frustration in the trimer magnet Ba4Ir3O10

Quantum spin systems such as magnetic insulators usually show classical magnetic order, but such classical states can give way to quantum liquids with exotic entanglement through two known mechanisms of frustration: geometric frustration in lattices with triangle motifs, and spin-orbit-coupling frustration in the exactly solvable quantum liquid of Kitaev's honeycomb lattice. Here we present the experimental observation of a new kind of frustrated quantum liquid arising in an unlikely place: the magnetic insulator Ba4Ir3O10 where Ir3O12 trimers form an unfrustrated square lattice. Experimentally we find a quantum liquid state persisting down to 0.2 K that is stabilized by strong antiferromagnetic interaction with Curie-Weiss temperature - 766 K. The astonishing frustration parameter of 3800 is beyond any known iridate thus far. Heat capacity and thermal conductivity are both linear at low temperatures, a familiar feature in metals but here in an insulator pointing to an exotic quantum liquid state. A mere 2% Sr substitution for Ba produces long-range order at 130 K and destroys the linear-T features. Although the Ir4+(5d5) ions in Ba4Ir3O10 appear to form Ir3O12 trimers of face-sharing IrO6 octahedra, we propose that intra-trimer exchange is reduced and the lattice recombines into an array of coupled 1D chains with additional spins. An extreme limit of decoupled 1D chains can explain most but not all of the striking experimental observations, indicating that the inter-chain coupling plays an important role in the novel frustration mechanism leading to this quantum liquid.

preprint2020arXiv

Real-Time Fault Detection and Process Control Based on Multi-channel Sensor Data Fusion

Sensor signals acquired in the industrial process contain rich information which can be analyzed to facilitate effective monitoring of the process, early detection of system anomalies, quick diagnosis of fault root causes, and intelligent system design and control. In many mechatronic systems, multiple signals are acquired by different sensor channels (i.e. multi-channel data) which can be represented by high-order arrays (tensorial data). The multi-channel data has a high-dimensional and complex cross-correlation structure. It is crucial to develop a method that considers the interrelationships between different sensor channels. This paper proposes a new process monitoring approach based on uncorrelated multilinear discriminant analysis that can effectively model the multi-channel data to achieve a superior monitoring and fault diagnosis performance compared to other competing methods. The proposed method is applied directly to the high-dimensional tensorial data. Features are extracted and combined with multivariate control charts to monitor multi-channel data. The effectiveness of the proposed method in quick detection of process changes is demonstrated with both the simulation and a real-world case study.

preprint2016arXiv

Magnetization reversal and negative volume thermal expansion in Fe doped Ca2RuO4

We report physical and structural properties of single-crystal Ca2Ru1-xFexO4 (0<x<0.20) as functions of temperature, magnetic field and pressure. Ca2RuO4 is a structurally-driven Mott insulator with a metal-insulator (MI) transition at TMI = 357 K, which is well separated from antiferromagnetic order at TN = 110 K. Fe substitution for Ru in Ca2RuO4 causes a pronounced magnetization reversal and giant negative volume thermal expansion (NVTE). The magnetization reversal is a result of a field-induced antiferromagnetic coupling between the Ru- and Fe-magnetic sublattices that have different temperature dependence. The NVTE is closely associated with the orthorhombic distortion, and becomes smaller as the orthorhombicity weakens due to either Fe doping or application of pressure. The study highlights an intriguing interplay between lattice, orbital and spin degrees of freedom that is at the root of the novel phenomena in Ca2RuO4.

preprint2016arXiv

Pressure effects on magnetic ground states in cobalt doped multiferroic Mn$_{1-x}$Co$_{x}$WO$_4$

Using ambient pressure x-ray and high pressure neutron diffraction, we studied the pressure effect on structural and magnetic properties of multiferroic Mn$_{1-x}$Co$_x$WO$_4$ single crystals ($x=0, 0.05, 0.135$ and $0.17$), and compared it with the effects of doping. Both Co doping and pressure stretch the Mn-Mn chain along the $c$~direction. At high doping level ($x=0.135$ and $0.17$), pressure and Co doping drive the system in a similar way and induce a spin-flop transition for the $x=0.135$ compound. In contrast, magnetic ground states at lower doping level ($x=0$ and $0.05$) are robust against pressure but experience a pronounced change upon Co substitution. As Co introduces both chemical pressure and magnetic anisotropy into the frustrated magnetic system, our results suggest the magnetic anisotropy is the main driving force for the Co induced phase transitions at low doping level, and chemical pressure plays a more significant role at higher Co concentrations.

preprint2016arXiv

Simultaneous Metal-Insulator and Antiferromagnetic Transitions in Orthorhombic Perovskite Iridate Sr0.94Ir0.78O2.68 Single Crystals

The orthorhombic perovskite SrIrO3 is a semimetal, an intriguing exception in iridates where the strong spin-orbit interaction coupled with electron correlations tends to impose a novel insulating state. We report results of our investigation of bulk single-crystal Sr0.94Ir0.78O2.68 or Ir-deficient, orthorhombic perovskite SrIrO3. It retains the same crystal structure as stoichiometric SrIrO3 but exhibits a sharp, simultaneous antiferromagnetic (AFM) and metal-insulator (MI) transition at 185 K. Above it, the basal-plane resistivity features an extended regime of almost linear-temperature dependence up to 800 K but the strong electronic anisotropy renders an insulating behavior in the out-of-plane resistivity. The Hall resistivity undergoes an abrupt sign change and grows below 40 K, which along with the Sommerfeld constant of 20 mJ/mole K2 suggests a multiband effect. All results including our first-principles calculations underscore a delicacy of the metallic state in SrIrO3 that is in close proximity to an AFM insulating state. The contrasting ground states in isostructural Sr0.94Ir0.78O2.68 and SrIrO3 illustrate a critical role of even slight lattice distortions in rebalancing the ground state in the iridates. Finally, the observed simultaneous AFM and MI transitions reveal a direct correlation between the magnetic transition and formation of a charge gap in the iridate, which is conspicuously absent in Sr2IrO4.

preprint2016arXiv

Simultaneous Occurrence of Multiferroism and the Short-Range Magnetic Order in DyFeO3

We report a combined neutron scattering and magnetization study on the multiferroic DyFeO3 which shows a very strong magnetoelectric effect. Applying magnetic field along the c-axis, the weak ferromagnetic order of the Fe ions is quickly recovered from a spin reorientation transition, and the long-range antiferromagnetic order of Dy becomes a short-range one. We found that the short-range order concurs with the multiferroic phase and is responsible for its sizable hysteresis. Our H-T phase diagram suggests that the strong magnetoelectric effect in DyFeO3 has to be understood with not only the weak ferromagnetism of Fe but also the short-range antiferromagnetic order of Dy.

preprint2016arXiv

Spin-lattice coupling mediated multiferroicity in (ND4)2FeCl5D2O

We report a neutron diffraction study of the multiferroic mechanism in (ND4)2FeCl5D2O, a molecular compound that exhibits magnetically induced ferroelectricity. This material exhibits two successive magnetic transitions on cooling: a long-range order transition to an incommensurate (IC) collinear sinusoidal spin state at TN=7.3 K, followed by a second transition to an IC cycloidal spin state at TFE=6.8 K, the later of which is accompanied by spontaneous ferroelectric polarization. The cycloid structure is strongly distorted by spin-lattice coupling as evidenced by the observations of both odd and even higher-order harmonics associated with the cycloid wave vector, and a weak commensurate phase that coexists with the IC phase. The appearance of the 2nd-order harmonic coincides with the onset of the electric polarization, thereby providing unambiguous evidence that the induced electric polarization is mediated by the spin-lattice interaction. Our results for this system, in which the orbital angular momentum is expected to be quenched, are remarkably similar to those of the prototypical TbMnO3, in which the magnetoelectric effect is attributed to spin-orbit coupling.

preprint2015arXiv

An Efficient Inexact Newton-CG Algorithm for the Smallest Enclosing Ball Problem of Large Dimensions

In this paper, we consider the problem of computing the smallest enclosing ball (SEB) of a set of $m$ balls in $\mathbb{R}^n,$ where the product $mn$ is large. We first approximate the non-differentiable SEB problem by its log-exponential aggregation function and then propose a computationally efficient inexact Newton-CG algorithm for the smoothing approximation problem by exploiting its special (approximate) sparsity structure. The key difference between the proposed inexact Newton-CG algorithm and the classical Newton-CG algorithm is that the gradient and the Hessian-vector product are inexactly computed in the proposed algorithm, which makes it capable of solving the large-scale SEB problem. We give an adaptive criterion of inexactly computing the gradient/Hessian and establish global convergence of the proposed algorithm. We illustrate the efficiency of the proposed algorithm by using the classical Newton-CG algorithm as well as the algorithm from [Zhou. {et al.} in Comput. Opt. \& Appl. 30, 147--160 (2005)] as benchmarks.

preprint2015arXiv

Coexisting charge and magnetic orders in the dimer-chain iridate Ba5AlIr2O11

We have synthesized and studied single-crystal Ba5AlIr2O11 that features dimer chains of two inequivalent octahedra occupied by tetravalent and pentavalent ions, respectively. Ba5AlIr2O11 is a Mott insulator that undergoes a subtle structural phase transition near 210 K and a magnetic transition at 4.5 K; the latter transition is surprisingly resistant to applied magnetic fields up to 12 T, but sensitive to modest applied pressure. All results indicate that the phase transition at 210 K signals an enhanced charge order that induces electrical dipoles and strong dielectric response near 210 K. It is clear that the strong covalency and spin-orbit interaction (SOI) suppress double exchange in Ir dimers and stabilize a novel magnetic state. The behavior of Ba5AlIr2O11 therefore provides unique insights into the physics of SOI along with strong covalency in competition with double exchange interactions of comparable strength.

preprint2015arXiv

Decoupling of the Antiferromagnetic and Insulating States in Tb doped Sr2IrO4

Sr2IrO4 is a spin-orbit coupled insulator with an antiferromagnetic (AFM) transition at TN=240 K. We report results of a comprehensive study of single-crystal Sr2Ir1-xTbxO4. This study found that mere 3% (x=0.03) tetravalent Tb4+(4f7) substituting for Ir4+ (rather than Sr2+) completely suppresses the long-range collinear AFM transition but retains the insulating state, leading to a phase diagram featuring a decoupling of magnetic interactions and charge gap. The insulating state at x=0.03 is characterized by an unusually large specific heat at low temperatures and an incommensurate magnetic state having magnetic peaks at (0.95, 0, 0) and (0, 0.95, 0) in the neutron diffraction, suggesting a spiral or spin density wave order. It is apparent that Tb doping effectively changes the relative strength of the SOI and the tetragonal CEF and enhances the Hund's rule coupling that competes with the SOI, and destabilizes the AFM state. However, the disappearance of the AFM accompanies no metallic state chiefly because an energy level mismatch for the Ir and Tb sites weakens charge carrier hopping and renders a persistent insulating state. This work highlights an unconventional correlation between the AFM and insulating states in which the magnetic transition plays no critical role in the formation of the charge gap in the iridate.

preprint2015arXiv

Structure symmetry determination and magnetic evolution in $\rm Sr_2Ir_{1-x}Rh_{x}O_4$

We use single-crystal neutron diffraction to determine the crystal structure symmetry and the magnetic evolution in the rhodium doped iridates $\rm Sr_2Ir_{1-x}Rh_{x}O_4$ ($0\leq x \leq 0.16$). Throughout this doping range, the crystal structure retains a tetragonal symmetry (space group $I4_1/a$) with two distinct magnetic Ir sites in the unit cell forming staggered $\rm IrO_6$ rotation. Upon Rh doping, the magnetic order is suppressed and the magnetic moment of Ir$^{4+}$ is reduced from 0.21 $\rm μ_B$/Ir for $x=0$ to 0.18 $\rm μ_B$/Ir for $x=0.12$. The magnetic structure at $x=0.12$ is different from that of the parent compound while the moments remain in the basal plane.

preprint2014arXiv

A Fan Beam Model for Radio Pulsars. I. Observational Evidence

We propose a novel beam model for radio pulsars based on the scenario that the broadband and coherent emission from secondary relativistic particles, as they move along a flux tube in a dipolar magnetic field, forms a radially extended sub-beam with unique properties. The whole radio beam may consist of several sub-beams, forming a fan-shaped pattern. When only one or a few flux tubes are active, the fan beam becomes very patchy. This model differs essentially from the conal beam models in the respects of beam structure and predictions on the relationship between pulse width and impact angle $β$ (the angle between line of sight and magnetic pole) and the relationship between emission intensity and beam angular radius. The evidence for this model comes from the observed patchy beams of precessional binary pulsars and three statistical relationships found for a sample of 64 pulsars, of which $β$ were mostly constrained by fitting polarization position angle data with the Rotation Vector Model. With appropriate assumptions, the fan beam model can reproduce the relationship between 10\% peak pulse width and $|β|$, the anticorrelation between the emission intensity and $|β|$, and the upper boundary line in the scatter plot of $|β|$ versus pulsar distance. An extremely patchy beam model with the assumption of narrowband emission from one or a few flux tubes is studied and found unlikely to be a general model. The implications of the fan beam model to the studies on radio and gamma-ray pulsar populations and radio polarization are discussed.

preprint2014arXiv

High-pressure single-crystal neutron scattering study of magnetic and Fe vacancy orders in (Tl,Rb)2Fe4Se5 superconductor

The magnetic and iron vacancy orders in superconducting (Tl,Rb)2Fe4Se5 single-crystals are investigated by using a high-pressure neutron diffraction technique. Similar to the temperature effect, the block antiferromagnetic order gradually decreases upon increasing pressure while the Fe vacancy superstructural order remains intact before its precipitous disappearance at the critical pressure Pc = 8.3 GPa. Combined with previously determined Pc for superconductivity, our phase diagram under pressure reveals the concurrence of the block AFM order, the iron vacancy order and superconductivity for the 245 superconductor. A synthesis of current experimental data in a coherent physical picture is attempted.

preprint2014arXiv

Lattice-Tuned Magnetism of Ru4+(4d4) Ions in Single-Crystals of the Layered Honeycomb Ruthenates: Li2RuO3 and Na2RuO3

We synthesize and study single crystals of the layered honeycomb lattice Mott insulators Na2RuO3 and Li2RuO3 with magnetic Ru4+(4d4) ions. The newly found Na2RuO3 features a nearly ideal honeycomb lattice and orders antiferromagnetically at 30 K. Single-crystals of Li2RuO3 adopt a honeycomb lattice with either C2/m or more distorted P21/m below 300 K, depending on detailed synthesis conditions. We find that Li2RuO3 in both structures hosts a well-defined magnetic state, in contrast to the singlet ground state found in polycrystalline Li2RuO3. A phase diagram generated based on our results uncovers a new, direct correlation between the magnetic ground state and basal-plane distortions in the honeycomb ruthenates.

preprint2014arXiv

Magnetoelectric coupling tuned by competing anisotropies in Mn$_{1-x}$Ni$_{x}$TiO$_3$

A flop of electric polarization from $P$$\parallel$$c$ ($P_c$) to $P$$\parallel$$a$ ($P_a$) is observed in MnTiO$_3$ as a spin flop transition is triggered by a $c$-axis magnetic field, $H_{\|c}$=7 T. The critical magnetic field $H_{\|c}$ for $P_a$ is significantly reduced in Mn$_{1-x}$Ni$_x$TiO$_3$ (x=0.33). $P_a$ and $P_c$ have been observed with both $H_{\|c}$ and $H_{\|a}$. Neutron diffraction measurements revealed similar magnetic arrangements for the two compositions where the ordered spins couple antiferromagnetically with their nearest intra- and inter-planar neighbors. In the x=0.33 system, the uniaxial and planar anisotropies of Mn$^{2+}$ and Ni$^{2+}$ compete and give rise to a spin reorientation transition at $T_R$. A magnetic field, $H_{\|c}$, aligns the spins along $c$ for $T_R$$<$$T$$<$$T_N$. The rotation of the collinear spins away from the $c$-axis for $T$$<$$T_R$ alters the magnetic point symmetry and gives rise to a new ME susceptibility tensor form. Such linear ME response provides satisfactory explanation for the behavior of the field-induced electric polarization in both compositions. As the Ni content increases to x=0.5 and 0.68, the ME effect disappears as a new magnetic phase emerges.

preprint2013arXiv

Neutron Scattering Study on Spin Dynamics in Superconducting (Tl,Rb)2Fe4Se5

We observed in superconducting (Tl,Rb)2Fe4Se5 spin-wave branches that span an energy range from 6.5 to 209 meV. Spin dynamics are successfully described by a Heisenberg localized spin model whose dominant in-plane interactions include only the nearest (J1 and J1') and next nearest neighbor (J2 and J2') exchange terms within and between the tetramer spin blocks, respectively. These experimentally determined exchange constants would crucially constrain the theoretical viewpoints on magnetism and superconductivity in the Fe-based materials.

preprint2013arXiv

The magnetic and crystal structures of Sr2IrO4: A neutron diffraction study

We report a single-crystal neutron diffraction study of the layered $\rm Sr_2IrO_4$. This work unambiguously determines the magnetic structure of the system and reveals that the spin orientation rigidly tracks the staggered rotation of the $\rm IrO_6$ octahedra in $\rm Sr_2IrO_4$. The long-range antiferromagnetic order has a canted spin configuration with an ordered moment of 0.208(3) $μ_B$/Ir site within the basal plane; a detailed examination of the spin canting yields 0.202(3) and 0.049(2) $μ_B$/site for the a axis and the b axis, respectively. It is intriguing that forbidden nuclear reflections of space group $I4_1/acd$ are also observed in a wide temperature range from 4 K to 600 K, which suggests a reduced crystal structure symmetry. This neutron-scattering work provides a direct, well-refined experimental characterization of the magnetic and crystal structures that are crucial to the understanding of the unconventional magnetism exhibited in this unusual magnetic insulator.

preprint2012arXiv

Direct evidence of a zigzag spin chain structure in the honeycomb lattice: A neutron and x-ray diffraction investigation on single crystal $\rm Na_2IrO_3$

We have combined single crystal neutron and x-ray diffractions to investigate the magnetic and crystal structures of the honeycomb lattice $\rm Na_2IrO_3$. The system orders magnetically below $18.1(2)$ K with Ir$^{4+}$ ions forming zigzag spin chains within the layered honeycomb network with ordered moment of $\rm 0.22(1) μ_B$/Ir site. Such a configuration sharply contrasts the N{é}el or stripe states proposed in the Kitaev-Heisenberg model. The structure refinement reveals that the Ir atoms form nearly ideal 2D honeycomb lattice while the $\rm IrO_6$ octahedra experience a trigonal distortion that is critical to the ground state. The results of this study provide much-needed experimental insights into the magnetic and crystal structure crucial to the understanding of the exotic magnetic order and possible topological characteristics in the 5$d$-electron based honeycomb lattice.

preprint2012arXiv

Magnetic orders and spin-flop transitions in the cobalt doped multiferroic $\rm Mn_{1-x}Co_{x}WO_4$

We present a comprehensive single crystal neutron diffraction investigation of the $\rm Mn_{1-x}Co_{x}WO_4$ with $0.02\leq x \leq0.30$. At lower concentration $x \leq 0.05$, the system is quickly driven into the multiferroic phase with spin structure forming an elliptical spiral order similar to the parent compound. The reduction of electric polarization is ascribed to the tilting of the spiral plane. For $x\sim 0.075$, the magnetic structure undergoes a spin flop transition that is characterized by a sudden rotation of the spin helix envelope into the $ac$ plane. This spin structure persists for concentration up to $x=0.15$, where additional competing magnetic orders appear at low temperature. For $0.17 \leq x \leq 0.30$, the system experiences another spin flop transition and recovers the low-$x$ spiral spin configuration. A simple commensurate spin structure with $\vec{q}=(0.5,0,0)$ is found to coexist with the incommensurate spiral order. The complex evolution of magnetic structure in Co doped $\rm MnWO_4$ contrasts sharply with other transition metal ion doped $\rm Mn_{1-x}A_xWO_4$ (A=Zn, Mg, Fe) where the chemical substitutions stabilize only one type of magnetic structure. The rich phase diagram of $\rm Mn_{1-x}Co_{x}WO_4 $ results from the interplay between magnetic frustration and spin anisotropy of the Co ions.

preprint2011arXiv

Long-Range Magnetic Interactions in the Multiferroic Antiferromagnet $\rm MnWO_4$

The spin-wave excitations of the multiferroic $\rm MnWO_4$ have been measured in its low-temperature collinear commensurate phase using high-resolution inelastic neutron scattering. These excitations can be well described by a Heisenberg model with competing long-range exchange interactions and a single-ion anisotropy term. The magnetic interactions are strongly frustrated within the zigzag spin chain along c axis and between chains along the a axis, while the coupling between spin along the b axis is much weaker. The balance of these interactions results in the noncollinear incommensurate spin structure associated with the magnetoelectric effect, and the perturbation of the magnetic interactions leads to the observed rich phase diagrams of the chemically-doped materials. This delicate balance can also be tuned by the application of external electric or magnetic fields to achieve magnetoelectric control of this type of materials.