Next Article in Journal
Mathematical Modeling of the Heat Transfer Process in Spherical Objects with Flat, Cylindrical and Spherical Defects
Previous Article in Journal
Natural Convection Fluid Flow and Heat Transfer in a Valley-Shaped Cavity
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Modeling the Properties of Magnetostrictive Elements Using Quantum Emulators

1
Faculty of Industrial Technologies, Penza State Technological University, pr. Baidukova/ul. Gagarina, 1a, 11, 440039 Penza, Russia
2
Institute of Aerospace Engineering, Samara National Research University, ul. Moskovskoe Highway 34, 443086 Samara, Russia
*
Author to whom correspondence should be addressed.
Computation 2024, 12(7), 147; https://doi.org/10.3390/computation12070147
Submission received: 7 May 2024 / Revised: 24 June 2024 / Accepted: 26 June 2024 / Published: 15 July 2024
(This article belongs to the Section Computational Engineering)

Abstract

:
The article discusses mathematical and numerical methods for modeling magnetostrictive multielectronic systems based on a combination of quantum and classical methods. The algorithm development suitable for the investigation of magnetostrictive phenomena at the micro level using the classical-quantum method implemented on a modern classical computer is justified. The algorithms and structure of the software package are given. The adequacy of the quantum-classical method is verified by comparing the calculated results of the properties of known magnetostrictive materials with the real properties of magnetostrictive alloys.

1. Introduction

When modeling magnetostrictive phenomena at the micro level, the problem of solving the Schrodinger equation (SE) arises. Currently, many numerical methods for solving it are known [1,2,3,4,5,6,7,8,9,10]. Depending on the type of computer designed for their implementation, all these methods can be divided into classical and quantum. Classical methods are designed to be implemented on classical computers and are based on the classical approach to the numerical solution of differential equations. They allow you to effectively solve a wide range of tasks in an acceptable time and with high enough accuracy. However, in many cases, for example, when modeling polyatomic systems, the use of such an approach leads either to an excessively large error or to an exponentially increasing solution time, unacceptable with the modern power of classical computers [11,12,13,14,15,16,17,18,19]. In scientific papers [20,21,22,23,24,25,26,27], modifications of classical methods are proposed that can significantly increase accuracy and reduce calculation time, but still this problem remains relevant.
Another fundamentally new and actively developing way of numerically solving the SE is the use of quantum methods [11,12,28,29,30,31]. Such methods are based on algorithms designed to be performed by quantum computers, which, as is known [23,32,33,34,35,36], are more effective for solving such problems. The main problem with the use of quantum computing is the insufficient level of modern technological development in this direction: the lack of available fully functional quantum computers, and the small number of known effective quantum algorithms and scientific works in this direction. However, existing quantum computer emulators make it possible to develop and test new quantum numerical methods for solving particular problems of modeling polyatomic systems and to substantiate the theoretical possibility of using these methods in the general case in the future, when full-fledged quantum computers appear [37,38,39,40,41].
It is also possible to apply a combined approach to modeling quantum systems using quantum-classical methods using the resources of conventional computers and quantum emulators. The algorithms of quantum-classical numerical methods (QCNM) are designed to be executed on a classical computer in a software environment equipped with a classical computing module and a module for emulating quantum computing, with the possibility of exchanging data between them (Figure 1).
This method of modeling will make it possible to use the most useful properties of quantum algorithms to speed up the work and increase the efficiency of classical ones.
The main task considered in this article is the development of a QCNM algorithm suitable for the investigation of magnetostrictive phenomena by their mathematical modeling at the micro level using a classical computer. At the same time, it should be borne in mind that the capabilities of a classical computer for the implementation of quantum computing emulators are currently severely limited by the amount of quantum memory, which is a maximum of about 400 qubits (when using cloud technologies).
The proposed QCNM algorithm is implemented as part of a software package (Figure 1), and with its help, a study of magnetostrictive phenomena in Ni-Mn-Ga Geisler alloys has been carried out [42,43,44,45,46,47].

2. Materials and Methods

Atoms with N electrons differ from the hydrogen atom and hydrogen-like systems. Firstly, the Hamiltonian takes into account the contributions to the kinetic and potential energy of all N electrons, and a summand describing the interelectronic interaction arises in the potential energy. Secondly, the wave function must obey the Pauli principle—it must be antisymmetric when rearranging the coordinates of any pair of electrons.
This leads to the fact that the solution of the Schrodinger equation for multielectronic atoms becomes much more complicated. It cannot be obtained analytically and requires approximate numerical solution methods [13,20,48,49].
However, the properties of multielectronic systems can be described qualitatively quite simply if we take advantage of the fact that certain relations related to the angular momentum must be fulfilled for the atom.
  • Each state of the atom must have a certain value of the total angular momentum.
  • The total moment of all electrons in an atom must obey the rules of quantization and spatial quantization.
  • Since the spin of electrons is also the moment of momentum, it should also contribute to the total moment of the atom.
  • The moments and spins of individual electrons should be combined so that the total moment remains an observable quantity and obeys the postulates and equations of quantum mechanics.
The total moment is associated with the moments of individual electrons, but since the moment of each electron is ambiguously oriented in space (spatial quantization does not allow you to uniquely define all projections of the vector), the total moment, according to the superposition principle, can become a combination of any possible orientations of the vectors of individual moments. These principles were used in the modeling of multielectronic Geisler alloys of the Ni-Mn-Ga type.
Consider the Schrodinger time equation:
H ^ Ψ = ħ 2 2 m 2 + U r ¯ , t Ψ r ¯ , t = j ħ Ψ r ¯ , t t ,
where H ^ —the Hamiltonian; Ψ r ¯ , t ,   U r ¯ , t —the wave function and potential energy of a particle located at a point in space with coordinates ( x , y , z ) and a radius-vector r ¯ = x i ¯ + y j ¯ + z k ¯ at a time t; = 2 x 2 + 2 y 2 + 2 z 2 —the Laplace operator; m —particle mass; and ħ —reduced Planck constant.
The solution of Equation (1) on a quantum computer can be performed by the Zalka–Wiesner method [15], which is applicable, including for polyatomic systems. The general scheme of the numerical solution of the SE by this method is as follows:
  • Write down the formally exact solution of the SE (1) Ψ in the form of a vector ψ ( t ) :
    ψ ( t ) = e j H ^ t ψ ( 0 ) .
  • Set the initial state ψ ( 0 ) , the time point t f , or whichever is required to determine the solution and discretization step t , such that i t = t f , for some integer i . To accept ψ 0 = ψ ( 0 ) , i = 0 .
  • Construct a quantum circuit of U t in the form:
    U t = I Q F T exp j ħ p 2 2 m t Q F T exp j ħ V ( r ¯ ) t ,
    where V ( r ¯ ) —potential energy of a quantum particle system, and Q F T , I Q F T —forward and reverse quantum Fourier transform.
  • The beginning of the iterative process.
  • At one iteration step, the value ψ i + 1 = U t ψ i is calculated, and the counter i is incremented by one.
  • The iterative process stops when the condition i t t f is met. The result is returned to ψ ( t f ) = ψ i .
This algorithm is performed on a quantum computer in polynomial time, is the most versatile, and is suitable for modeling a wide range of quantum systems, including magnetostrictive phenomena. The result is obtained with an error, the value of which can be obtained from the estimate:
ψ ( t f ) e j H ^ t f ψ ( 0 ) 2 1 ε .
The Zalka–Wesner method without modifications can be implemented on a classical computer using the software package in Figure 1, but it is suitable only for modeling a quantum system with a small number of particles. To increase its efficiency, it is proposed to use the QCNM based on the Trotter–Suzuki transformation [24,50,51,52], which can be expressed by the following recursive formulas:
i = 1 m e j H i t / 2 n i = m 1 e j H i t / 2 n n = e j H t + O m 3 t 3 n 2 = U 2 ( t ) , U 2 k t = U 2 k 2 s k t 2 U 2 k 2 1 4 s k t U 2 k 2 s k t 2 = = e j H t + O m t 2 k + 1 n 2 ,   s k = 4 4 1 / ( 2 k 1 ) 1 .
The use of this transformation makes it possible to increase the accuracy of the approximation using the same computing resources. The effectiveness of the Trotter–Suzuki method can be clearly and simplistically demonstrated using the illustration in Figure 2. If we conditionally assume that the quantum algorithm must move from state 1 to state 2, and the lengths of the sides of the triangle A, B, and U 2 k t —the total amount of computing resources needed for this transition, then the shortest path is U 2 k t , which is a Trotter–Suzuki transform of order 2k.
An important point in the implementation of the proposed QCNM is the use of the quantum Fourier transform (QFT). The peculiarity of QFT in comparison with the usual Fourier transform is that it does not speed up the transformation itself, but makes it possible to more efficiently search for initial approximations for the eigenvalues of unitary operators, which are needed for other numerical methods.
In an orthonormal basis 0 , N 1 Q QFT is a linear operator acting as follows [14]:
x 1 N k = 0 N 1 e 2 π j k x / N k .
Or if you accept N = 2 n , where n —an integer, and represent the state x as a binary number x = x 1 x 2 x n , (6), then you can rewrite it in a more convenient form for practical purposes:
x = x 1 x 2 x n 0 + e 2 π j 0 . x n 1 0 + e 2 π j 0 . x n 1 x n 1 0 + e 2 π j 0 . x 1 x 2 x n 1 2 n / 2 ,
where the notation of type 0 . x 1 x 2 x n denotes a binary fraction x 1 2 + x 2 4 + x n 2 n .
Representation (7) allows to construct a simple quantum scheme for calculating QFT based on quantum gates of Hadamard H and controlled phase shifts R k = R ϕ at ϕ = π 2 1 k , shown in Figure 3.
Thus, to conduct studies of magnetostrictive phenomena at the microlevel, the proposed QCNM was used, based on the modified Zalka–Wesner method, which can be implemented on a classical computer due to quantum simulation of the Trotter–Suzuki transformation and QFT.
The implementation of the software package for conducting research in accordance with the proposed algorithm was performed in the MS Visual Studio environment using the C#—programming languages for the classical computing module and Q#—for the quantum emulator module (see Figure 1). The scheme of the algorithm of the classical computing module is shown in Figure 4.
The classical computing module is the main module of the program, and its task is to manage the QCNM, namely, to prepare the initial data, transfer them to the quantum emulator module and process the results obtained. At the initial stage of the module algorithm, an array of qubits [i] of length n is initialized, which is necessary for modeling the quantum system under consideration. Next, the elements of this array are prepared, depending on the type of Hamiltonian H ^ of SE (1), and transferred to the quantum computing module for simulation on a quantum emulator. After receiving a response from this, in the absence of an error flag, output data are generated based on the obtained simulation results.
The scheme of the algorithm of the quantum computing module is shown in Figure 5.
At the initial stage, this module converts the resulting qubit array into the corresponding Hamiltonian matrix and simulates its quantum evolution using the proposed modified Zalka–Wiesner method. At the same time, to emulate quantum operations, it is possible to use built-in Q# language operations, such as Exp—to calculate the matrix exponent, DcomposedIntoTimeStepsCA—to perform a single step in the evolution of the Hamiltonian, etc. [12,53,54]. The main part of the quantum module algorithm is the iterative process of calling the Trotter–Suzuki transformation procedure, in accordance with expression (5). In this case, the QFT algorithm is used, based on formulas (6) and (7), implemented according to the scheme in Figure 3. Upon completion of the iterative process, an array of “result” is formed containing the numerical data of the simulation and the variable “err”, equal to 1 in case of errors in the operation of the module and 0 in their absence. These data are passed back to the classical computing module for processing.

3. Results

Using the developed software package implementing the algorithm of the proposed QCNM, we conducted a study of a magnetostrictive Geisler alloy of the Ni-Mn-Ga type, the crystal lattice structure of which is shown in Figure 6. In the case when the atom of matter in question contains electrons, it is necessary to take into account the influence of each of them on the total kinetic and potential energy, as well as the interelectronic interaction between them. The Hamiltonian of the SE (1) for such an alloy, as is known [42,53,54,55,56,57], can be written in the Born–Oppenheimer approximation as:
H ^ = i = 1 N ħ 2 2 m i 2 x i 2 + 2 y i 2 + 2 z i 2 k Z e 2 r i ¯ + k j = 1 ( j > i ) i 1 e 2 r i ¯ r j ¯ ,
where m i —the mass of the i-particle, ħ —the reduced Planck constant, Z —the total charge of the atom, e —the charge of the electron, k —the proportionality coefficient in Coulomb’s law, and r i ¯ —the radius-vectors of electrons.
As a result of modeling the microparticle system described by the Hamiltonian (8) using the QCNM algorithm on a classical computer, numerical data of its energy characteristics were obtained. When studying magnetostrictive phenomena, the values of possible magnetostrictive deformations of a material, depending on its structure, temperature, the presence of an external magnetic field, etc., are of the greatest interest. Based on the numerical data obtained, using a well-known technique, given for example in [42], graphs of some of these dependencies were constructed. Figure 7 shows graphs of the dependence of magnetostrictive deformations e i on the modulus of elasticity a (Figure 7a) and temperature t (Figure 7b) when the alloy is in magnetic fields of different intensity.
The temperature and elastic dependences of deformations at constant magnetic fields of 5, 14, 25, and 30 T, shown in Figure 7, show that the hysteresis width decreases with increasing value of the external field, and in a field with an induction value of more than 25 T, the hysteresis disappears. A comparison of the graphs in Figure 7 with the known results of modeling Ni-Mn-Ga alloys and experimental data of similar characteristics shown in Figure 8 shows deviations of no more than 5% when modeling the dependence of deformation on the modulus of elasticity and no more than 7% when constructing its dependence on temperature, at the boundary points of the hysteresis loop or at the inflection points of graphs, in its absence. This indicates the correctness of the QCNM algorithm in the investigation of magnetostrictive phenomena.

4. Conclusions

Within the framework of the study, the development of a QCNM algorithm was carried out, suitable for modeling polyatomic systems, including magnetostrictive phenomena, at the micro level, suitable for modeling the magnetostrictive properties [58,59,60,61]. The approach used to solve the problem is the most effective because it allows one to combine the capabilities of modern numerical methods, complementing them with the advantages of quantum methods.
The proposed QCNM algorithm is based on a modification of the Zalka–Wesner method for solving the Schrodinger equation by using the Trotter–Suzuki transform and the quantum Fourier transform implemented on a quantum emulator.
During the research of magnetostrictive phenomena in Ni-Mn-Ga Geisler alloys using the developed software package, similar results were obtained to the known experimental ones, which confirms the correctness of the algorithm of the proposed QCNM.

Author Contributions

Conceptualization, A.B. and E.K.; methodology, A.B. and E.K.; software, A.B. and E.K.; validation, A.B. and E.K.; formal analysis, A.B. and E.K.; investigation, A.B. and E.K.; resources, A.B., E.K., and L.M.; data curation, A.B. and E.K.; writing—original draft preparation, A.B., E.K., and L.M.; writing—review and editing, A.B., E.K., and L.M.; visualization, A.B. and E.K.; supervision, A.B.; project administration, A.B. and L.M.; funding acquisition, A.B. All authors have read and agreed to the published version of the manuscript.

Funding

The research was carried out at the expense of a grant from the Russian Science Foundation (project № 23-29-00207), https://rscf.ru/project/23-29-00207/ (accessed on 13 February 2023).

Data Availability Statement

The raw data cannot be shared at this time as the data also form part of an ongoing study.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Barabanov, A.L. Quantum Mechanics; MIPT: Dolgoprudny, Russia, 2015; 97p. [Google Scholar]
  2. Kashurnikov, V.A.; Krasavin, A.V. Computational Methods in Quantum Physics; MEPHI: Moscow, Russia, 2005; 412p. [Google Scholar]
  3. Linev, A.V. Technique for Solving the Nonstationary Schrodinger Equation Using a Parallel Version of the Runge-Kutta Method; Linev, A.V., Satanin, A.M., Eds.; Nizhny Novgorod State University: Nizhny Novgorod, Russia, 2014; 89p. [Google Scholar]
  4. Serov, V.V. Numerical Methods for Solving Quantum Mechanical Problems; Saratov State University: Saratov, Russia, 2008; 39p. [Google Scholar]
  5. Chuluunbaatar, O. Multilayer schemes for the numerical solution of the nonstationary Schrodinger equation by the finite element method. Bull. RUDN Math. Ser. Comput. Sci. Phys. 2008, 69–84. Available online: https://cyberleninka.ru/article/n/mnogosloynye-shemy-dlya-chislennogo-resheniya-nestatsionarnogo-uravneniya-shryodingera-metodom-konechnyh-elementov/viewer (accessed on 6 May 2024).
  6. Liu, Y.; Ran, M.; Zhang, L. Hamiltonian-preserving schemes for the two-dimensional fractional nonlinear Schrödinger wave equations. Comput. Math. Appl. 2023, 150, 54–69. [Google Scholar] [CrossRef]
  7. Zhang, Q.; Duan, J. Constraint minimization problem of the nonlinear Schrödinger equation with the Anderson Hamiltonian. J. Math. Anal. Appl. 2024, 538, 128360. [Google Scholar] [CrossRef]
  8. Chen, Y.P.; Wei, E.I.; Jiang, L.; Meng, M.; Wu, Y.M.; Chew, W.C. A unified Hamiltonian solution to Maxwell–Schrödinger equations for modeling electromagnetic field–particle interaction. Comput. Phys. Commun. 2017, 215, 63–70. [Google Scholar] [CrossRef]
  9. Lorin, E.; Yang, X. Quasi-optimal domain decomposition method for neural network-based computation of the time-dependent Schrödinger equation. Comput. Phys. Commun. 2024, 299, 109129. [Google Scholar] [CrossRef]
  10. Gabrick, E.C.; Sayari, E.; de Castro, A.S.M.; Trobia, J.; Batista, A.M.; Lenzi, E.K. Fractional Schrödinger equation and time dependent potentials. Commun. Nonlinear Sci. Numer. Simul. 2023, 123, 107275. [Google Scholar] [CrossRef]
  11. Ignatov, S.K. Quantum Chemistry. Quantum Mechanics and the Structure of the Atom; Nizhny Novgorod State University: Nizhny Novgorod, Russia, 2015; 113p. [Google Scholar]
  12. Kaiser, S.; Granad, K. Study Quantum Computing in Python and Q#; DMK Press: Moscow, Russia, 2021; 430p. [Google Scholar]
  13. Karpukhin, E.V.; Bormotov, A.N. Numerical methods to calculate magnetic fields of magnetostriction level converter EDP Sciences. In Proceedings of the International Scientific and Practical Conference “Environmental Risks and Safety in Mechanical Engineering” (ERSME-2023), Rostov-on-Don, Russia, 1–3 March 2023; Volume 376, p. 01101. [Google Scholar] [CrossRef]
  14. Bormotov, A.N.; Orlov, D.I.; Khnyreva, E.S.; Bratkova, M.E. Experience in using the algorithm for unloading a flywheel engine using magnetic actuators to ensure stabilization of the Aist-2D remote sensing satellite. Mod. Probl. Remote Sens. Earth Space 2023, 20, 157–164. [Google Scholar]
  15. Li, Z.; Ye, J.; Wang, Y.; Liu, L.; Shi, Y.; Li, Y.; Ye, J. A novel micromechanical method for nonlinear analysis of magnetostrictive composites. Compos. Struct. 2023, 311, 116633. [Google Scholar] [CrossRef]
  16. Chen, L.; Zhu, Y.; Ling, J.; Zhang, M. Temperature dependence modeling and experimental evaluation of a multidimensional discrete magnetostrictive actuator. Appl. Therm. Eng. 2023, 230, 120736. [Google Scholar] [CrossRef]
  17. Mizukawa, Y.; Ahmed, U.; Blažević, D.; Rasilo, P. Modeling and efficiency maximization of magnetostrictive energy harvester under free vibration. J. Sound Vib. 2023, 558, 117759. [Google Scholar] [CrossRef]
  18. Xie, J.; Li, M. A fast BDF2 Galerkin finite element method for the one-dimensional time-dependent Schrödinger equation with artificial boundary conditions. Appl. Numer. Math. 2023, 187, 89–106. [Google Scholar] [CrossRef]
  19. Navia, D.; Sanz, Á.S. Exploring the nonclassical dynamics of the “classical” Schrödinger equation. Ann. Phys. 2024, 463, 169637. [Google Scholar] [CrossRef]
  20. Bormotov, A.N.; Proshin, I.A.; Vasilkov, A.V. Investigation of Mathematical Models of Structure Formation of Composite Materials by Analytical Methods; Bulletin of the Bryansk State Technical University: Bryansk, Russian, 2011; pp. 62–70. Available online: https://www.elibrary.ru/item.asp?id=16388945 (accessed on 10 June 2024).
  21. Bormotov, A.N.; Proshin, I.A.; Kuznetsova, M.V. Quality management system in mathematical modeling and multicriteria synthesis of nanomodified composites for special purposes. Proc. Inst. Syst. Anal. Russ. Acad. Sci. 2014, 64, 110–118. [Google Scholar]
  22. Konovalova, I.I.; Selezneva, S.V.; Konovalov, A.N.; Bormotov, A.N. Algorithm for setting adaptive regulators. World Sci. Discov. 2013, 22–33. Available online: https://www.elibrary.ru/item.asp?id=19049611 (accessed on 10 June 2024).
  23. Nielsen, M.; Chang, I. Quantum Computing and Quantum Information; Publishing House “Mir”: Moscow, Russian, 2006; 824p. [Google Scholar]
  24. Ozhigov, Y.I. Modified Zalka–Wiesner scheme for modeling quantum systems. Math. Model. 2012, 24, 109–119. [Google Scholar]
  25. Satanin, A.M. Additional Chapters of Quantum Mechanics: Methods for Solving the Scattering Problem Using High-Performance Computing; Nizhny Novgorod State University: Nizhny Novgorod, Russia, 2014; 56p. [Google Scholar]
  26. Li, A.; Goto, K.; Kobayashi, Y.; Hara, Y.; Jia, Y.; Shi, Y.; Soutis, C.; Kurita, H.; Narita, F.; Otsuka, K.; et al. Energy harvesting using a magnetostrictive transducer based on switching control. Sens. Actuators A Phys. 2023, 355, 114303. [Google Scholar] [CrossRef]
  27. Kurita, H.; Keino, T.; Senzaki, T.; Narita, F. Direct and inverse magnetostrictive properties of Fe–Co–V alloy particle-dispersed polyurethane matrix soft composite sheets. Sens. Actuators A Phys. 2022, 337, 113427. [Google Scholar] [CrossRef]
  28. Bogdanov, Y.I.; Bogdanova, N.A.; Fastovets, D.V.; Lukichev, V.F. The solution of the Schrodinger equation on a quantum computer by the Zalka–Wiesner method taking into account quantum noise. Lett. JETF 2021, 114, 391–399. [Google Scholar]
  29. De Raedt, H.; Hams, A.H.; Michielsen, K.; De Raedt, K. Quantum Computer Emulator. Comput. Phys. Commun. 2000, 132, 1–20. [Google Scholar] [CrossRef]
  30. Pfister, R.; Schubert, G.; Kröll, M. Transfer of Logistics Optimizations to Material Flow Resource Optimizations using Quantum Computing. Procedia Comput. Sci. 2024, 232, 32–42. [Google Scholar] [CrossRef]
  31. Lee, K.F.; Reilly, D.R.; Moraw, P.; Kanter, G.S. Emulation of up-conversion based quantum key distribution scheme using active pump-controlled basis selection and adaptive thresholding. Opt. Commun. 2020, 475, 126258. [Google Scholar] [CrossRef]
  32. Osca, J.; Vala, J. Implementation of photon partial distinguishability in a quantum optical circuit simulation. Comput. Phys. Commun. 2023, 289, 108773. [Google Scholar] [CrossRef]
  33. Rakyta, P.; Morse, G.; Nádori, J.; Majnay-Takács, Z.; Mencer, O.; Zimborás, Z. Highly optimized quantum circuits synthesized via data-flow engines. J. Comput. Phys. 2024, 500, 112756. [Google Scholar] [CrossRef]
  34. Islam, M.T.; Nandwana, D.; Healy, J.; Jaklich, J.K.; Dong, B.; Yu, A.; Moore, E.E.; Ijiri, Y.; McCall, S.K.; Willard, M.A. Structural and magnetic properties of magnetostrictive Fe-Ga-Zr nanocrystalline alloy. J. Alloys Compd. 2023, 958, 170541. [Google Scholar] [CrossRef]
  35. Zhan, Y.-S.; Lin, C.-H. Micromechanics-based constitutive modeling of magnetostrictive 1–3 and 0–3 composites. Compos. Struct. 2021, 260, 113264. [Google Scholar] [CrossRef]
  36. Hubert, O.; Daniel, L.; Bernard, L. Multiscale Modeling of Magnetostrictive Materials. Encycl. Smart Mater. 2022, 5, 337–354. [Google Scholar] [CrossRef]
  37. Ajagekar, A.; You, F. Variational quantum circuit based demand response in buildings leveraging a hybrid quantum-classical strategy. Appl. Energy 2024, 364, 123244. [Google Scholar] [CrossRef]
  38. Cranganore, S.S.; De Maio, V.; Brandic, I.; Deelman, E. Paving the way to hybrid quantum–classical scientific workflows. Future Gener. Comput. Syst. 2024, 158, 346–366. [Google Scholar] [CrossRef]
  39. Hevia, J.L.; Peterssen, G.; Piattini, M. qSOA®: Dynamic integration for hybrid quantum/Classical software systems. J. Syst. Softw. 2024, 214, 112061. [Google Scholar] [CrossRef]
  40. Shukla, A.; Vedula, P. A hybrid classical-quantum algorithm for solution of nonlinear ordinary differential equations. Appl. Math. Comput. 2023, 442, 127708. [Google Scholar] [CrossRef]
  41. Gay-Balmaz, F.; Tronci, C. Evolution of hybrid quantum–classical wavefunctions. Phys. D Nonlinear Phenom. 2022, 440, 133450. [Google Scholar] [CrossRef]
  42. Zagrebin, M.A. Crystal Structure, Phase Diagrams, Electronic and Magnetic Properties of Three-, Four- and Five-Component Geisler Alloys: Dissertation for the degree of Doctor of Physical and Mathematical Sciences. Ph.D. Thesis, Chelyabinsk State University Publishing House, Chelyabinsk, Russia, 2021; 326p. [Google Scholar]
  43. Chernenko, V. Magnetostrictive Ni-Mn-Based Heusler Alloys. Encycl. Smart Mater. 2022, 4, 160–176. [Google Scholar] [CrossRef]
  44. Chen, Z.X.; Sakuraba, Y.; Masuda, K.; Xu, X.D.; Kumara, L.S.R.; Tajiri, H.; Kotani, Y.; Kushwaha, V.; Perumal, A.; Hono, K. Microstructure and atomic order analyses in Co-Fe-Cr-Al Heusler alloy thin films: Interpretation of spin gapless semiconductor-like transport properties. Acta Mater. 2022, 232, 117958. [Google Scholar] [CrossRef]
  45. Pfeuffer, L.; Gràcia-Condal, A.; Gottschall, T.; Koch, D.; Faske, T.; Bruder, E.; Lemke, J.; Taubel, A.; Ener, S.; Scheibel, F.; et al. Influence of microstructure on the application of Ni-Mn-In Heusler compounds for multicaloric cooling using magnetic field and uniaxial stress. Acta Mater. 2021, 217, 117157. [Google Scholar] [CrossRef]
  46. Budruk, A.; Phatak, C.; Petford-Long, A.K.; De Graef, M. In situ lorentz TEM magnetization study of a Ni–Mn–Ga ferromagnetic shape memory alloy. Acta Mater. 2011, 59, 4895–4906. [Google Scholar] [CrossRef]
  47. Hao, Z.; Liu, R.; Fan, Y.; Wang, L. First-principles calculations of a new half-metallic Heusler alloy Fe-Cr-As. J. Alloys Compd. 2020, 820, 153118. [Google Scholar] [CrossRef]
  48. Mori, K.; Horibe, T.; Maejima, K. Evaluation of the axial force in an FeCo bolt using the inverse magnetostrictive effect. Measurement 2020, 165, 108131. [Google Scholar] [CrossRef]
  49. Hao, X.; Yang, B.; Li, J.; Wang, D.; Li, Z.; Yan, H.; Zhang, Y.; Esling, C.; Zhao, X.; Zuo, L. Achieving a linear magnetostrictive effect in textured MnCoSiGe alloys. Acta Mater. 2023, 242, 118486. [Google Scholar] [CrossRef]
  50. Wittek, P.; Cucchietti, F.M. A second-order distributed Trotter–Suzuki solver with a hybrid CPU–GPU kernel. Comput. Phys. Commun. 2013, 184, 1165–1171. [Google Scholar] [CrossRef]
  51. Ariasoca, T.A.; Sholihun; Santoso, I. Trotter-Suzuki-time propagation method for calculating the density of states of disordered graphene. Comput. Mater. Sci. 2019, 156, 434–440. [Google Scholar] [CrossRef]
  52. Wittek, P.; Calderaro, L. Extended computational kernels in a massively parallel implementation of the Trotter–Suzuki approximation. Comput. Phys. Commun. 2015, 197, 339–340. [Google Scholar] [CrossRef]
  53. Semenova, A.; Dyachenko, S.A.; Korotkevich, A.O.; Lushnikov, P.M. Comparison of split-step and Hamiltonian integration methods for simulation of the nonlinear Schrödinger type equations. J. Comput. Phys. 2021, 427, 110061. [Google Scholar] [CrossRef]
  54. Zhang, X.; Yang, B.; Wei, C.; Luo, M. Quantization method and Schrödinger equation of fractional time and their weak effects on Hamiltonian: Phase transitions of energy and wave functions. Commun. Nonlinear Sci. Numer. Simul. 2021, 93, 105531. [Google Scholar] [CrossRef]
  55. Graf, T.; Felser, C.; Parkin, S.S.P. Simple rules for the understanding of Heusler compounds. Prog. Solid State Chem. 2011, 39, 1–50. [Google Scholar] [CrossRef]
  56. Pirge, G.; Hyatt, C.V.; Altıntaş, S. Characterization of Ni-Mn-Ga magnetic shape memory alloys. J. Mater. Process. Technol. 2004, 155–156, 1266–1272. [Google Scholar] [CrossRef]
  57. Webster, P.J.; Ziebeck, K.R.A. Dynamic magnetic properties of ferromagnetic and antiferromagnetic Heusler alloys. J. Magn. Magn. Mater. 1985, 50, 7–18. [Google Scholar] [CrossRef]
  58. Scherban, A.B.; Meshcheryakova, E.N. Approach to the formalization of models of identification and structural management of complex systems. J. Adv. Res. Dyn. Control Syst. 2019, 11, 124–131. [Google Scholar]
  59. Vorontsov, A.A.; Slesarev, Y.N. Mathematical Modeling and Experimental Check of Output Signals of Magne-tostrictive Converters of Movement. In Proceedings of the 2019 International Russian Automation Conference, RusAutoCon, Sochi, Russia, 8–14 September 2019. [Google Scholar]
  60. Pashchenko, D.; Martyshkin, A.; Trokoz, D. Modeling of Process Control Algorithms for Parallel Computing Systems Using Nondeterministic Automata. Stud. Syst. Decis. Control 2021, 337, 235–249. [Google Scholar]
  61. Sedelnikov, A.; Kurkin, E.; Quijada-Pioquinto, J.G.; Lukyanov, O.; Nazarov, D.; Chertykov-tseva, V.; Kurkina, E.; Hoang, V.H. Algorithm for Propeller Optimization Based on Differential Evolution. Computation 2024, 12, 52. [Google Scholar] [CrossRef]
Figure 1. Simplified structure of the software package for the implementation of the QCNM.
Figure 1. Simplified structure of the software package for the implementation of the QCNM.
Computation 12 00147 g001
Figure 2. The principle of operation of the Trotter–Suzuki transformation.
Figure 2. The principle of operation of the Trotter–Suzuki transformation.
Computation 12 00147 g002
Figure 3. A quantum scheme for calculating the QFT.
Figure 3. A quantum scheme for calculating the QFT.
Computation 12 00147 g003
Figure 4. The scheme of the algorithm of the classical computing module.
Figure 4. The scheme of the algorithm of the classical computing module.
Computation 12 00147 g004
Figure 5. The scheme of the algorithm of the quantum computing module.
Figure 5. The scheme of the algorithm of the quantum computing module.
Computation 12 00147 g005
Figure 6. The crystal lattice cell of the Ni-Mn-Ga alloy [42].
Figure 6. The crystal lattice cell of the Ni-Mn-Ga alloy [42].
Computation 12 00147 g006
Figure 7. Dependency graphs of magnetostrictive deformations of Ni-Mn-Ga alloy at constant magnetic fields of 5, 14, 25, and 30 T. (a) graphs of the dependence of magnetostrictive deformations on the modulus of elasticity; (b) graphs of the dependence of magnetostrictive deformations on temperature.
Figure 7. Dependency graphs of magnetostrictive deformations of Ni-Mn-Ga alloy at constant magnetic fields of 5, 14, 25, and 30 T. (a) graphs of the dependence of magnetostrictive deformations on the modulus of elasticity; (b) graphs of the dependence of magnetostrictive deformations on temperature.
Computation 12 00147 g007
Figure 8. Experimental characteristics of magnetostrictive deformations of Ni-Mn-Ga alloy [42,43,44,45,46,47]. (a) graphs of the dependence of magnetostrictive deformations on the modulus of elasticity; (b) graphs of the dependence of magnetostrictive deformations on temperature.
Figure 8. Experimental characteristics of magnetostrictive deformations of Ni-Mn-Ga alloy [42,43,44,45,46,47]. (a) graphs of the dependence of magnetostrictive deformations on the modulus of elasticity; (b) graphs of the dependence of magnetostrictive deformations on temperature.
Computation 12 00147 g008
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Karpukhin, E.; Bormotov, A.; Manukyan, L. Modeling the Properties of Magnetostrictive Elements Using Quantum Emulators. Computation 2024, 12, 147. https://doi.org/10.3390/computation12070147

AMA Style

Karpukhin E, Bormotov A, Manukyan L. Modeling the Properties of Magnetostrictive Elements Using Quantum Emulators. Computation. 2024; 12(7):147. https://doi.org/10.3390/computation12070147

Chicago/Turabian Style

Karpukhin, Edvard, Alexey Bormotov, and Luiza Manukyan. 2024. "Modeling the Properties of Magnetostrictive Elements Using Quantum Emulators" Computation 12, no. 7: 147. https://doi.org/10.3390/computation12070147

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop