3,925 research outputs found

    Double-exchange theory of ferroelectric polarization in orthorhombic manganites with twofold periodic magnetic texture

    Full text link
    We argue that many aspects of improper ferroelectric activity in orthorhombic manganites can be rationalized by considering the limit of infinite intra-atomic splitting between the majority- and minority-spin states (or the double exchange limit), which reduces the problem to the analysis of a spinless double exchange (DE) Hamiltonian. We apply this strategy to the low-energy model, derived from the first-principles calculations, and combine it with the Berry-phase theory of electric polarization. We start with the simplest two-orbital model, describing the behavior of the eg bands, and apply it to the E-type antiferromagnetic (AFM) phase, which in the DE limit effectively breaks up into one-dimensional zigzag chains. We derive an analytical expression for the electronic polarization (Pel) and explain how it depends on the orbital ordering and the energy splitting Delta between eg states. Then, we evaluate parameters of this model, starting from a more general five-orbital model for all Mn 3d bands and constructing a new downfolded model for the eg bands. From the analysis of these parameters, we conclude that the behavior of Pel in realistic manganites corresponds to the limit of large Delta. We further utilize this property in order to derive an analytical expression for Pel in a general two-fold periodic magnetic texture, based on the five-orbital model and the perturbation-theory expansion for the Wannier functions in the first order of 1/Delta. This expression explains the functional dependence of Pel on the relative directions of spins. Furthermore, it suggests that Pel is related to the asymmetry of the transfer integrals, which should simultaneously have symmetric and antisymmetric components. Finally, we explain how the polarization can be switched between orthorhombic directions a and c by inverting the zigzag AFM texture in every second ab plane.Comment: 41 page, 10 figure

    Spin dependence of ferroelectric polarization in the double exchange model for manganites

    Full text link
    The double exchange (DE) model is systematically applied for studying the coupling between ferroelectric (FE) and magnetic orders in several prototypical types of multiferroic manganites. The model was constructed for the magnetically active Mn 3d3d bands in the basis of Wannier functions and include the effect of screened on-site Coulomb interactions. The essence of our approach for the FE polarization is to use the Berry phase theory, formulated in terms of occupied Wannier functions, and to evaluate the asymmetric spin-dependent change of these functions in the framework of the DE model. This enables us to quantify the effect of the magnetic symmetry breaking and derive several useful expressions for the electronic polarization P{\bf P}, depending on the relative directions of spins. The proposed theory is applied to the solution of three major problems: (i) The magnetic-state dependence of P{\bf P} in hexagonal manganites; (ii) The microscopic relationship between canted ferromagnetism and P{\bf P} in monoclinic BiMnO3_3; (iii) The origin of FE activity in orthorhombic manganites. We show that for an arbitrary noncollinear magnetic structure, propagating along the orthorhombic b\boldsymbol{b} axis and antiferromagnetically coupled c\boldsymbol{c}, P{\bf P} can be obtained by scaling the one of the E-phase with the prefactor depending only on the relative directions of spins and being the measure of the spin inhomogeneity. This picture works equally well for the twofold (HoMnO3_3) and fourfold (TbMnO3_3) periodic manganites. The basic difference is that the twofold periodic magnetic structure is strongly inhomogeneous, that leads to large P{\bf P}. On the contrary, the fourfold periodic magnetic structure can be viewed as a moderately distorted homogeneous spin spiral, which corresponds to weaker P{\bf P}.Comment: 32 pages, 7 figure

    Stability of an oscillating boundary layer

    Get PDF
    Levchenko and Solov'ev (1972, 1974) have developed a stability theory for space periodic flows, assuming that the Floquet theory is applicable to partial differential equations. In the present paper, this approach is extended to unsteady periodic flows. A complete unsteady formulation of the stability problem is obtained, and the stability characteristics over an oscillating period are determined from the solution of the problem. Calculations carried out for an oscillating incompressible boundary layer on a plate showed that the boundary layer flow may be regarded as a locally parallel flow

    Lattice Distortion and Magnetism of 3d-t2gt_{2g} Perovskite Oxides

    Full text link
    Several puzzling aspects of interplay of the experimental lattice distortion and the the magnetic properties of four narrow t2gt_{2g}-band perovskite oxides (YTiO3_3, LaTiO3_3, YVO3_3, and LaVO3_3) are clarified using results of first-principles electronic structure calculations. First, we derive parameters of the effective Hubbard-type Hamiltonian for the isolated t2gt_{2g} bands using newly developed downfolding method for the kinetic-energy part and a hybrid approach, based on the combination of the random-phase approximation and the constraint local-density approximation, for the screened Coulomb interaction part. Then, we solve the obtained Hamiltonian using a number of techniques, including the mean-field Hartree-Fock (HF) approximation, the second-order perturbation theory for the correlation energy, and a variational superexchange theory. Even though the crystal-field splitting is not particularly large to quench the orbital degrees of freedom, the crystal distortion imposes a severe constraint on the form of the possible orbital states, which favor the formation of the experimentally observed magnetic structures in YTiO3_3, YVO_, and LaVO3_3 even at the HF level. Beyond the HF approximation, the correlations effects systematically improve the agreement with the experimental data. Using the same type of approximations we could not reproduce the correct magnetic ground state of LaTiO3_3. However, we expect that the situation may change by systematically improving the level of approximations for dealing with the correlation effects.Comment: 30 pages, 17 figures, 8 tables, high-quality figures are available via e-mai

    Realization of anisotropic compass model on the diamond lattice of Cu2+^{2+} in CuAl2_2O4_4

    Full text link
    Spin-orbit (SO) Mott insulators are regarded as a new paradigm of magnetic materials, whose properties are largely influenced by SO coupling and featured by highly anisotropic bond-dependent exchange interactions between the spin-orbital entangled Kramers doublets, as typically manifested in 5d5d iridates. Here, we propose that a very similar situation can be realized in cuprates when the Cu2+^{2+} ions reside in a tetrahedral environment, like in spinel compounds. Using first-principles electronic structure calculations, we construct a realistic model for the diamond lattice of the Cu2+^{2+} ions in CuAl2_2O4_4 and show that the magnetic properties of this compound are largely controlled by anisotropic compass-type exchange interactions that dramatically modify the magnetic ground state by lifting the spiral spin-liquid degeneracy and stabilizing a commensurate single-q\boldsymbol{q} spiral

    FPGA Implementation of Convolutional Neural Networks with Fixed-Point Calculations

    Full text link
    Neural network-based methods for image processing are becoming widely used in practical applications. Modern neural networks are computationally expensive and require specialized hardware, such as graphics processing units. Since such hardware is not always available in real life applications, there is a compelling need for the design of neural networks for mobile devices. Mobile neural networks typically have reduced number of parameters and require a relatively small number of arithmetic operations. However, they usually still are executed at the software level and use floating-point calculations. The use of mobile networks without further optimization may not provide sufficient performance when high processing speed is required, for example, in real-time video processing (30 frames per second). In this study, we suggest optimizations to speed up computations in order to efficiently use already trained neural networks on a mobile device. Specifically, we propose an approach for speeding up neural networks by moving computation from software to hardware and by using fixed-point calculations instead of floating-point. We propose a number of methods for neural network architecture design to improve the performance with fixed-point calculations. We also show an example of how existing datasets can be modified and adapted for the recognition task in hand. Finally, we present the design and the implementation of a floating-point gate array-based device to solve the practical problem of real-time handwritten digit classification from mobile camera video feed

    Hybridization and spin-orbit coupling effects in quasi-one-dimensional spin-1/2 magnet Ba3Cu3Sc4O12

    Full text link
    We study electronic and magnetic properties of the quasi-one-dimensional spin-1/2 magnet Ba3Cu3Sc4O12 with a distinct orthogonal connectivity of CuO4 plaquettes. An effective low-energy model taking into account spin-orbit coupling was constructed by means of first-principles calculations. On this basis a complete microscopic magnetic model of Ba3Cu3Sc4O12, including symmetric and antisymmetric anisotropic exchange interactions, is derived. The anisotropic exchanges are obtained from a distinct first-principles numerical scheme combining, on one hand, the local density approximation taking into account spin-orbit coupling, and, on the other hand, projection procedure along with the microscopic theory by Toru Moriya. The resulting tensors of the symmetric anisotropy favor collinear magnetic order along the structural chains with the leading ferromagnetic coupling J1 = -9.88 meV. The interchain interactions J8 = 0.21 meV and J5 = 0.093 meV are antiferromagnetic. Quantum Monte Carlo simulations demonstrated that the proposed model reproduces the experimental Neel temperature, magnetization and magnetic susceptibility data. The modeling of neutron diffraction data reveals an important role of the covalent Cu-O bonding in Ba3Cu3Sc4O12.Comment: 11 pages, 12 figure
    corecore