WO2024038864A1 - 情報処理装置、情報処理方法、及びプログラム - Google Patents
情報処理装置、情報処理方法、及びプログラム Download PDFInfo
- Publication number
- WO2024038864A1 WO2024038864A1 PCT/JP2023/029556 JP2023029556W WO2024038864A1 WO 2024038864 A1 WO2024038864 A1 WO 2024038864A1 JP 2023029556 W JP2023029556 W JP 2023029556W WO 2024038864 A1 WO2024038864 A1 WO 2024038864A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- information processing
- route
- state
- processing device
- processors
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16C—COMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
- G16C20/00—Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
- G16C20/10—Analysis or design of chemical reactions, syntheses or processes
Definitions
- the present disclosure relates to an information processing device, an information processing method, and a program.
- the reaction path of a molecule may be searched for by finding the path with the lowest energy among the paths connecting the known initial state and final state of a molecule reaction.
- reaction path searches using NEB, String, etc. with methods such as the Dimer method, Sella, CNEB (Climbing NEB), and IRC (Intrinsic Reaction Coordinate), the accuracy of reaction path searches can be improved.
- NEB does not work well when there is a local solution
- parameter tuning is sensitive
- optimization in IRC does not necessarily work well even if the transition state with the highest energy in the path is obtained. Due to these problems, it is difficult to automatically search for reaction paths by combining these methods.
- the present disclosure proposes an information processing device that searches for highly accurate reaction paths.
- the information processing device includes one or more memories and one or more processors.
- the one or more processors obtain a path connecting a starting state to a final state, divide the path based on a minimum point in the path, and optimize the divided path, thereby obtaining the starting state.
- the information processing device includes one or more memories and one or more processors.
- the one or more processors obtain a path connecting the starting state to the final state, and perform optimization based on the path, thereby obtaining a reaction path from the starting state to the final state.
- the one or more processors search for a local maximum point of energy based on the path, and set the interpolation interval in a predetermined range from the local maximum point to be larger than the interpolation interval in a predetermined range from other points. Make it smaller.
- FIG. 1 is a flowchart illustrating an example of a chemical reaction route search process according to an embodiment.
- FIG. 3 is a diagram showing local minimum points on a route according to an embodiment.
- FIG. 3 is a diagram illustrating optimization of String in a route according to one embodiment.
- 5 is a flowchart illustrating processing for searching for a transition state according to an embodiment.
- FIG. 3 is a diagram illustrating a process of searching for a transition state according to an embodiment.
- FIG. 3 is a diagram illustrating a process of route search processing according to an embodiment.
- FIG. 2 is a diagram illustrating an example of route search according to an embodiment.
- FIG. 3 is a diagram illustrating a process of route search processing according to an embodiment.
- FIG. 1 is a diagram illustrating an example of hardware implementation of an information processing device according to an embodiment.
- FIG. 1 is a diagram showing an example of energy distribution in a chemical reaction.
- the energy distribution is shown by contour lines.
- Figure 1 shows a state in which the internal energy is higher toward the outside, and a state where the internal energy is lower toward the inside.
- this figure shows a two-dimensional space, the space in which energy distribution is expressed is generally expressed as a higher-dimensional space.
- each dimension (axis) may include a dimension (axis) that indicates coordinate information in space. Additionally, each dimension (axis) may indicate a reaction coordinate.
- Chemical reaction path searching is a method of determining which chemical reaction path the initial state will transition from the final state to the final state via, by setting a known starting state and final state, or by setting a desired starting state and final state.
- the purpose is to explore.
- IS Initial State
- FS Fluor State
- the stable initial state IS and final state FS generally have low energy. Searching for a path from this initial state IS to the final state FS is chemical reaction path searching.
- An appropriate path is, for example, the path with the lowest energy among the paths connecting the starting state IS and the final state FS, which are shown by solid lines that cross the contour lines.
- Chemical reaction path searching searches for this lowest energy path (MEP: Minimum Energy Path) using various methods.
- the coordinates of a molecule are expressed in a 3N (N is the number of atoms that make up the molecule) dimensional space, which is difficult for humans to sense. For this reason, methods for searching reaction paths are being studied using two-dimensional potentials.
- EB Elastic Band
- This method can be developed into Primitive-EB, NEB (Nudged Elastic Band), etc.
- An information processing device that performs chemical reaction route search includes, for example, one or more memories and one or more processors. The following processing may be executed by the processor obtaining necessary information from memory. Information processing by software may be specifically implemented using a processor.
- FIG. 2 is a diagram showing an example of chemical reaction route search.
- the processor linearly connects the starting state and the final state and sets several images on the connected line segments.
- An image is information indicating a point on a route.
- the EB Primitive-EB method connects images with springs, calculates the energy of the springs that connect each image, and returns to the problem of minimizing the sum of the energies of these springs, thereby finding the MEP. It is a method. In this method, the solution cannot be properly optimized due to the spring constant. For example, if the spring constant is too strong, the spring force will converge to a near-straight path, and conversely, the spring If the constant is too weak, the true force of the energy distribution will cause many images to fall to a stable point (e.g., start state IS or final state FS), resulting in a transition that is the highest energy point in the path. There is a problem that the image around the state TS (Transition State) becomes sparse.
- TS Transition State
- the information processing device avoids approaching a straight line by using components parallel to the bands connecting the Spring Force images, and uses components perpendicular to the bands of True Force. This controls the images so that they are arranged at equal intervals without falling into a stable structure.
- CI-NEB Climbing Image Nudged Elastic Band
- the band-parallel component of True Force is inverted only for the vertex image.
- the image of the apex becomes like climbing through the band.
- String is represented by a path of arbitrary length in the start state IS and the end state FS.
- the Growing String method is a method that optimizes a String by interpolating images at equal intervals from the starting state IS and the final state FS.
- 3 to 5 are diagrams showing an example of how images are interpolated when using the Growing String method.
- String can grow and gradually approach a path that includes the transition state TS and intermediate state IM.
- the intermediate state IM may be a local stable point that exists on the path from the initial state IS to the final state FS.
- IRC is a method that obtains the transition state TS and then uses the steepest descent method to obtain the MEP from the transition state TS toward the start state IS and the final state FS. More specifically, the transition state TS is slightly shifted in the direction of the negative eigenvector, and the steepest descent method is used from this point. Since the ideal transition state TS is a saddle point, use the steepest descent method after slightly shifting the position.
- This method can obtain highly accurate results by appropriately determining the transition state TS, but if the transition state TS is not properly extracted, there is a possibility that the process will not end. For example, if there are two or more local maximum points in MEP but only one local maximum point can be extracted, there is a high probability that the search will not end.
- the above methods allow the user to properly acquire MEP by carefully setting parameters, but it is difficult to automate them.
- the present disclosure by appropriately using these techniques, it is possible to perform a highly accurate route search while reducing calculation cost and time cost.
- FIG. 6 is a flowchart illustrating an example of a chemical reaction route search process in an information processing device according to an embodiment.
- NNP Neuronal Network
- the method may also include a step of performing calculations regarding physical property values such as energy using ⁇ Potential'' or the like.
- the information processing device can execute processing that is described as being executed in either the starting state IS or the final state FS from both.
- the information processing device first obtains a path connecting the starting state IS to the final state FS using a predetermined method (S100).
- This method can be used, for example, using NEB, OM-NEB (arXiv:2106.06275, https://arxiv.org/abs/2106.06275v2), EB, String, Growing String method, Simplified String method, or as described above.
- the Improved Tangent String method may also be used.
- the information processing device can use a method of optimizing the path from the starting state IS to the final state FS, or a method of estimating the MEP between two minimum points.
- the information processing device may obtain a rough route instead of searching for a precise route.
- the information processing device may set the termination condition by comparing, for example, the number of iterations or the value of an error function in various search methods with a predetermined value.
- a more accurate route over a short distance is acquired for each divided route.
- the route may be acquired from both ends of the divided route.
- the information processing device determines whether a minimum point exists in the acquired route (S102).
- the minimum point is any point (image) on the path excluding both ends.
- the minimum point refers to a point selected and extracted from the image on the route excluding the end points.
- the minimum point may be, for example, a point where the energy reaches a local minimum on the path from the initial state IS to the final state FS, or a plurality of local minimum points may exist on the path.
- the minimum point that becomes the end point of a new route in steps such as S104 may be referred to as a minimum point without changing the wording for ease of explanation.
- the information processing device divides the route at the minimum point (S104). If there are multiple minimum points, the information processing device divides the route at each minimum point. The following processing may be performed in parallel for each of the plurality of divided routes, or may be performed sequentially.
- FIG. 7 is a diagram showing an example of the route acquired in S100 and the minimum points.
- the point LM shown in this figure is the minimum point.
- the information processing device confirms the existence of the minimum point, it divides the route at this minimum point LM (S104).
- S104 minimum point LM
- the figure shows the case where there is one minimum point, but the invention is not limited to this. If there are two or more minimum points, the division is performed at each minimum point.
- the divided paths are, for example, two paths: one from the starting state IS to the minimum point LM, and the other from the minimum point LM to the final state FS.
- the information processing device updates the route information by treating these two routes as new routes.
- the information processing device may optimize this new route and repeat the processes of S102 and S104 as necessary. This iterative process may be performed until there are no minimum points on all paths.
- the information processing device may execute the process from S108 on each of the divided routes.
- optimization processing may be performed on each route divided in S104.
- the process from S102 may be repeated as indicated by the dotted arrow.
- the information processing device executes this optimization processing by acquiring a temporary transition state TS using a predetermined method based on the String of each divided route. Good too.
- the information processing device may execute the process by using the Growing String method from both ends, passing through both ends of String and the transition state TS.
- This Growing String method may also be implemented in combination with an improved tangent. Note that the minimum points along String can be actual minimum points, and all the maximum points can be in the temporary transition state TS.
- FIG. 8 is a diagram showing an example of the result of optimizing the String between the minimum point LM and the final state FS based on the Growing String method according to an embodiment. As shown in this figure, by performing optimization on the divided routes, it is possible to search for a route from a state close to the intermediate state IM to the final state FS.
- the information processing device may similarly perform optimization processing for the path between the starting state IS and the minimum point LM.
- the information processing device obtains the transition state TS for each route (S108).
- the information processing device can search for a transition state TS on a route using a predetermined method.
- FIG. 9 is a diagram illustrating a process of searching for a transition state in a route as a non-limiting example.
- the information processing device searches for the vicinity of the transition state in the optimized String by using the Climbing String method (S200).
- the Climbing String method is defined as "defining more images in high-energy regions of a path than in other regions, and in regions where many images are defined, a point near the transition state TS and along the path is defined.
- the neighborhood of a transition state is an area that satisfies at least one of the following conditions: when the first order saddle point search method is executed, it converges to the transition state TS, or the distance from the transition state TS is less than or equal to a predetermined threshold. There may be.
- the information processing device searches for the point of maximum energy along the interpolation path of String , and interpolates between the point of maximum energy and the start state IS and/or the final state FS to obtain points near the transition state TS . may be determined.
- the information processing device can determine points near the transition state TS with higher accuracy by making the interpolation interval smaller near the point of maximum energy than in other parts. For example, when interpolating from the point of maximum energy toward the starting state IS and/or the final state FS, the information processing device interpolates at a short interpolation interval for a predetermined number, thereby interpolating near the point of maximum energy. It is also possible to interpolate densely.
- the information processing device when searching for points near the transition state TS between the final state FS and the local minimum point LM as shown in Figure 10, the information processing device extracts the point with the maximum energy on the path, and extracts the point with the maximum energy on the path.
- the interpolation interval By making the interpolation interval smaller near the point than in other parts, it is possible to obtain with high accuracy information about points near the transition state TS on the path connecting the final state FS and the local minimum point LM.
- the information processing device further extracts a high-energy image from among the images defined along String , and searches for a high-energy direction starting from this image to find a higher-energy image that is closer to the transition state TS You may get points. In this way, the information processing device can obtain the vicinity of the transition state TS without reversing the force in the CI-NEB process.
- the information processing device performs the processing of S200 using a method that guarantees that the image with the highest energy in the path converges to the transition state TS and that the energy is higher than the transition state TS even before convergence. It can also be executed by replacing.
- the information processing device may use, for example, NEB, CI-NEB, OM-NEB, EB, or a combination thereof.
- the information processing device determines whether the energy in the Climbing String method has converged or whether the gradient has become smaller than a predetermined value (for example, a predetermined small value) (S202). If the information processing device has not converged or is not flat (S202: NO), the information processing device repeats the process of S200.
- a predetermined value for example, a predetermined small value
- being flat means, for example, that the above gradient has become smaller than a predetermined value, or that Force and Energy do not decrease during a predetermined step, or that the width of decrease or fluctuation range is It may also indicate that the value is less than or equal to a predetermined value (for example, a predetermined small value).
- the information processing device converts the transition state TS by executing the Dimer method using the points near the transition state TS obtained in S200 (for example, Initial Guess). Explore (S204).
- the information processing device Optimization to a first order saddle point (ChemRxiv “Sella, an open-source automation-friendly molecular saddle point optimizer,” https://chemrxiv.org/engage/chemrxiv/article- details/62e05c03ed926ea4b1a73e2c) .
- the information processing device may search for the transition state TS using the Sella method.
- the information processing device obtains the converged point as a point indicating the transition state TS (S208).
- the information processing device repeats the process from S200.
- the divergence condition may be defined as, for example, that the energy of the Dimer method exceeds the energy of the maximum image of the route. Further, the information processing device may determine the divergence in S206 based on the energy acquired in S200. As another example, a divergence condition may be defined as the energy of the Dimer method being lower than the second highest energy of the path. As another example, a divergence condition may be defined as the coordinates of the Dimer method moving away from the maximum image of the path. Further, as the divergence condition, a combination of any one or more of the above may be used, or it may be determined that divergence has occurred when any of the above conditions is satisfied.
- the information processing device may search for the transition state TS using a method other than the Dimer method in the process of S204.
- the divergence condition in S204 is that the energy obtained by the method used is the energy at the point set in the path (for example, after being split) (for example, the maximum energy obtained by the Climbing String method) It may be defined as exceeding , it may be defined as being lower than the second highest energy at a point on the path, or it may be defined as being far from the point on the path with the highest energy. may be defined, or may be defined as a combination of these.
- FIG. 11 is a diagram illustrating a route search process showing another example of using the Climbing String method.
- the information processing device may improve the accuracy of the Climbing String method by using, for example, images within the range indicated by the dotted line in FIG. 11.
- the information processing device may execute the Climbing String method on images near the image showing the maximum energy. By performing optimization only on images near the maximum energy, it is possible to reduce the number of times Force is evaluated.
- the information processing device may use, for example, an image indicating energy greater than a predetermined energy. As another example, if there is an image showing the energy of a minimum point on a path (or a divided path), the information processing device uses an image that is closer to the image of maximum energy than the image of this minimum point. Good too. The information processing device may extract and use images by combining these.
- the Dimer method involves force reversal, so it may diverge and a solution may not be found, but if it diverges, change the execution conditions (for example, convergence conditions) of the Climbing String method and run it. By doing this, we can extract different neighboring points (points closer to the transition state TS). Therefore, by acquiring the neighborhood of the transition state TS in the Climbing String method, it becomes possible to accurately acquire the transition state TS in the Dimer method. Note that the Climbing String method may be performed in other ways.
- the information processing device determines whether a new minimum point has been detected in the process of S108 (S110). If a new minimum point has been detected (S110: YES), return to the process of S104 and repeat the process.
- the information processing device detects the transition state TS obtained between the minimum point LM and the final state FS. , search for a route connecting the starting state IS (S112).
- the information processing device may perform this processing using a combination of methods for optimizing the entire route, such as the Growing String method, linear interpolation, and IDPP interpolation.
- the information processing device may execute the process of S112 as a pseudo IRC process by using the Growing String method, for example.
- FIG. 12 is a diagram illustrating an example of searching for a route between the transition state TS and the start state IS according to an embodiment. As shown in this figure, the information processing device executes the next route search using the acquired transition state TS and start state IS as both ends. This search may be performed using various methods similar to the route search in S100.
- the information processing device obtains an optimal route passing through the transition state TS from the transition state TS and the route information already extracted (for example, the route information obtained in S108). It's okay. For example, the information processing device replaces the image with the highest energy among the already extracted routes with the transition state TS, and calculates the entire route using the String method, which fixes the image closest to the transition state TS at the coordinates of the transition state TS.
- the route search may be performed by executing a method of optimizing the .
- the information processing device may search for a route between the transition state TS and the final state FS, or a route between the transition state TS and the end point of the divided route.
- Atom movement is represented by a vector, and norm (atom movement distance) indicates the distance the atom has moved. That is, as an example of the definition of distance, the determination may be made using the maximum value among the absolute values of the movement distances of a plurality of atoms.
- the information processing device determines whether a new minimum point exists in the route searched in S112 (S114).
- the information processing device repeats the process from S104, dividing the route and searching for a route from the transition state until there are no local minimum values. and execute.
- the information processing device acquires the MEP by connecting or appropriately combining the obtained multiple divided routes (S116 ).
- FIG. 13 is a diagram showing an example of a process when a loop is created.
- a loop may occur in the route.
- it is difficult to search for an appropriate route.
- the information processing device may detect that a loop has occurred by determining that the distance along the route is significantly longer than the distance between the images. For example, the information processing device may extract minimum points along all routes, and extract two points that are close to each other as loop candidates. Furthermore, the information processing device may limit loop candidates by comparing the distances between these minimum points and the distance along the route.
- the searched route is shown by a dotted line.
- the searched path goes from the initial state IS to the intermediate state IM, reaches the minimum point LM1, and then connects to the minimum point LM2 (which may be the final state FS) via the loop that exists at the bottom.
- Ru If there is such a loop, define a String that connects the minimum points LM1 and LM2 in the loop, and then search for a path that minimizes the highest energy in the image on the path. Thereby, the information processing device can eliminate loops included in the route.
- This method corresponds to using an algorithm similar to Dijkstra's method for images on a route.
- the information processing device may use Dijkstra's algorithm to minimize the sum of exponential functions of the maximum energies of the paths.
- the information processing device can obtain an appropriate route by linearly interpolating the minimum points LM1 and LM2 (thick solid line in Figure 13) and executing the Climbing String method from this linearly interpolated state. Become. Note that the information processing device can also perform this processing using techniques such as IDPP interpolation and Growing String method. The information processing device may perform the process of canceling the loop at a predetermined timing, such as after performing S104 or after performing S116 in FIG.
- the information processing device can be summarized as follows, as a non-limiting example.
- an information processing device includes one or more memories and one or more processors, the processor acquires a path connecting a starting state IS to a final state FS. Then, the path is divided based on the minimum points LS other than both ends of this path, the divided paths are optimized, and the reaction path from the initial state IS to the final state FS is obtained based on the results of the optimization process.
- the process of S108 shown in FIG. 6 may be a non-limiting example of the process of optimizing the divided route.
- the route optimization process in the embodiment of the present disclosure may be a process of acquiring new route information based on route information before optimization.
- the processor obtains a route using at least one of the following methods: NEB method, OM-NEB method, EB method, String method, Growing String method, Simplified String method, and Improved Tangent String method. You may.
- the processor may obtain a transition state based on the divided paths, and may obtain a reaction path based on the obtained transition state.
- the processor detects a loop based on the distance between two minimum points in the divided path or reaction path, and searches for a path connecting these two minimum points. By doing so, processing to eliminate the loop may be executed.
- an information processing device includes one or more memories and one or more processors, the processors perform a Climbing String method based on a path.
- the transition state is obtained by searching the state and executing the Dimer method based on the search result.
- dividing the route is not an essential configuration.
- a route is: (1) a route obtained by a predetermined method, (2) an Initial Guess of the route (an estimation result that obtains an overall outline of the initial route), or (3) both ends of the route. It may be one of the following, connecting points linearly (for example, with a straight line), or it may be a different route.
- the Climbing String method is a method that searches for a transition state by defining more images in a high-energy region than in other regions. It may be a method of searching for a transition state by interpolating between end points, or a method of using any one of these combinations.
- the processor may use the acquired transition state to acquire a reaction path from the starting state IS to the final state FS.
- the processor may obtain the reaction path using path information obtained by the Climbing String method.
- the processor may obtain a path connecting the starting state IS to the final state FS, and may divide the path based on the minimum points other than both ends of this path, and A search may be performed based on this divided route.
- "based on the divided routes” means (1) to continue processing using the divided routes as they are, and (2) to continue processing using the divided routes as they are, and (2) to continue processing using the divided routes as they are. This is a concept that includes both meanings, such as when the process is continued.
- each device may be configured with hardware, or may be configured with software (programs) executed by a CPU (Central Processing Unit) or GPU (Graphics Processing Unit). ) may consist of information processing.
- the software that realizes at least some of the functions of each device in the above-described embodiments may be installed on CD-ROM (Compact Disc-Read Only Memory), USB (Universal Serial Bus) memory, etc.
- Software information processing may be executed by storing the information in a non-transitory storage medium (non-transitory computer-readable medium) such as the following and reading it into a computer. Further, the software may be downloaded via a communication network.
- all or part of the software processing may be implemented in a circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array), so that the information processing by the software may be executed by hardware. .
- the storage medium that stores the software may be a removable one such as an optical disk, or a fixed storage medium such as a hard disk or memory. Further, the storage medium may be provided inside the computer (main storage device, auxiliary storage device, etc.) or may be provided outside the computer.
- FIG. 14 is a block diagram showing an example of the hardware configuration of each device (information processing device) in the embodiment described above.
- Each device includes, for example, a processor 71, a main storage device 72 (memory), an auxiliary storage device 73 (memory), a network interface 74, and a device interface 75, which are connected via a bus 76. It may also be realized as a computer 7.
- the computer 7 in FIG. 14 includes one of each component, it may include a plurality of the same components.
- the software may be installed on multiple computers, and each of the multiple computers may execute the same or different part of the software. Good too. In this case, it may be a form of distributed computing in which each computer communicates via the network interface 74 or the like to execute processing.
- each device (information processing device) in the embodiments described above may be configured as a system that realizes functions by having one or more computers execute instructions stored in one or more storage devices. good.
- the information transmitted from the terminal may be processed by one or more computers provided on the cloud, and the processing results may be sent to the terminal.
- each device information processing device
- various calculations may be executed in parallel using one or more processors or multiple computers via a network. Further, various calculations may be distributed to a plurality of calculation cores within the processor and executed in parallel. Further, a part or all of the processing, means, etc. of the present disclosure may be realized by at least one of a processor and a storage device provided on a cloud that can communicate with the computer 7 via a network. In this way, each device in the embodiments described above may be in the form of parallel computing using one or more computers.
- the processor 71 may be an electronic circuit (processing circuit, processing circuit, CPU, GPU, FPGA, ASIC, etc.) that performs at least one of computer control or calculation. Further, the processor 71 may be a general-purpose processor, a dedicated processing circuit designed to execute a specific operation, or a semiconductor device including both a general-purpose processor and a dedicated processing circuit. Furthermore, the processor 71 may include an optical circuit or may include an arithmetic function based on quantum computing.
- the processor 71 may perform calculation processing based on data and software input from each device in the internal configuration of the computer 7, and may output calculation results and control signals to each device.
- the processor 71 may control each component constituting the computer 7 by executing the OS (Operating System) of the computer 7, applications, and the like.
- processor 71 may refer to one or more electronic circuits arranged on one chip, or one or more electronic circuits arranged on two or more chips or two or more devices. You can also point. When using multiple electronic circuits, each electronic circuit may communicate by wire or wirelessly.
- the main memory device 72 may store instructions and various data to be executed by the processor 71, and the information stored in the main memory device 72 may be read by the processor 71.
- Auxiliary storage device 73 is a storage device other than main storage device 72. Note that these storage devices are any electronic components capable of storing electronic information, and may be semiconductor memories. Semiconductor memory may be either volatile memory or nonvolatile memory.
- the storage device for storing various data in each device (information processing device) in the embodiments described above may be realized by the main storage device 72 or the auxiliary storage device 73, and may be realized by the built-in memory built in the processor 71. May be realized.
- the storage unit (memory) in the embodiment described above may be realized by the main storage device 72 or the auxiliary storage device 73.
- each device (information processing device) in the embodiment described above is composed of at least one storage device (memory) and at least one processor connected (coupled) to this at least one storage device
- the storage device 1 At least one processor may be connected to each.
- at least one storage device may be connected to one processor.
- the configuration may include a configuration in which at least one processor among the plurality of processors is connected to at least one storage device among the plurality of storage devices. Further, this configuration may be realized by a storage device and a processor included in a plurality of computers. Furthermore, it may include a configuration in which the storage device is integrated with the processor (for example, a cache memory including an L1 cache and an L2 cache).
- the network interface 74 is an interface for connecting to the communication network 8 wirelessly or by wire. As the network interface 74, an appropriate interface such as one that complies with existing communication standards may be used. The network interface 74 may exchange information with the external device 9A connected via the communication network 8.
- the communication network 8 may be WAN (Wide Area Network), LAN (Local Area Network), PAN (Personal Area Network), etc., or a combination thereof, and may be a communication network between the computer 7 and the external device 9A. Any system that allows information to be exchanged between them is fine. Examples of WAN include the Internet, examples of LAN include IEEE 802.11 and Ethernet (registered trademark), and examples of PAN include Bluetooth (registered trademark) and NFC (Near Field Communication).
- the device interface 75 is an interface such as USB that connects directly to the external device 9B.
- the external device 9A is a device connected to the computer 7 via a network.
- External device 9B is a device directly connected to computer 7.
- the external device 9A or the external device 9B may be an input device, for example.
- the input device is, for example, a device such as a camera, a microphone, a motion capture device, various sensors, etc., a keyboard, a mouse, or a touch panel, and provides the acquired information to the computer 7.
- the device may be a device including an input section, a memory, and a processor, such as a personal computer, a tablet terminal, or a smartphone.
- the external device 9A or the external device 9B may be an output device, for example.
- the output device may be, for example, a display device such as an LCD (Liquid Crystal Display) or an organic EL (Electro Luminescence) panel, or may be a speaker that outputs audio or the like.
- the device may be a device including an output unit, a memory, and a processor, such as a personal computer, a tablet terminal, or a smartphone.
- the external device 9A or the external device 9B may be a storage device (memory).
- the external device 9A may be a network storage or the like, and the external device 9B may be a storage such as an HDD.
- the external device 9A or the external device 9B may be a device that has some of the functions of the components of each device (information processing device) in the embodiments described above.
- the computer 7 may transmit some or all of the processing results to the external device 9A or 9B, or may receive some or all of the processing results from the external device 9A or 9B. .
- the expression "at least one of a, b, and c" or "at least one of a, b, or c" (including similar expressions) When used, it includes either a, b, c, a - b, a - c, b - c or a - b - c. Additionally, multiple instances of any element may be included, such as a - a, a - b - b, a - a - b - b - c - c, etc. Furthermore, it also includes adding other elements other than the listed elements (a, b, and c), such as having d, such as a - b - c - d.
- connection and “coupled” refer to direct connection/coupling and indirect connection/coupling. , including, but not limited to, electrically connected/coupled, communicatively connected/coupled, functionally connected/coupled, physically connected/coupled, etc. intended as a term.
- the term should be interpreted as appropriate depending on the context in which the term is used, but forms of connection/coupling that are not intentionally or naturally excluded are not included in the term. Should be construed in a limited manner.
- the expression "A configured to B” when used, it means that the physical structure of element A is capable of performing operation B. configuration, including that the permanent or temporary setting / configuration of element A is configured / set to actually perform action B. good.
- element A is a general-purpose processor
- the processor has a hardware configuration that can execute operation B, and can perform operation B by setting a permanent or temporary program (instruction). It only needs to be configured to actually execute.
- element A is a dedicated processor or a dedicated arithmetic circuit, the circuit structure of the processor is designed to actually execute operation B, regardless of whether control instructions and data are actually attached. It is sufficient if it is implemented.
- maximum refers to determining the global maximum value, or determining an approximate value of the global maximum value. This term includes determining, determining a local maximum value, and determining an approximation of a local maximum value, and should be interpreted as appropriate depending on the context in which the term is used. It also includes finding approximate values of these maximum values probabilistically or heuristically. Similarly, when terms such as “minimize/minimization” are used, it refers to finding a global minimum, finding an approximation of a global minimum, or finding a local minimum.
- the term should be interpreted as appropriate depending on the context in which it is used, including determining and approximating a local minimum. It also includes finding approximate values of these minimum values probabilistically or heuristically. Similarly, when terms such as "optimize" are used, they refer to finding a global optimum, finding an approximation of a global optimum, or calculating a local optimum. This term includes determining and approximating a local optimum, and should be interpreted accordingly depending on the context in which the term is used. It also includes finding approximate values of these optimal values probabilistically or heuristically.
- each piece of hardware when multiple pieces of hardware perform a predetermined process, each piece of hardware may cooperate to perform the predetermined process, or some of the hardware may perform the predetermined process. You may do all of the above. Further, some hardware may perform part of a predetermined process, and another piece of hardware may perform the rest of the predetermined process.
- expressions such as "one or more hardware performs the first processing, and the one or more hardware performs the second processing" (including similar expressions) are used. If used, the hardware that performs the first process and the hardware that performs the second process may be the same or different. In other words, the hardware that performs the first process and the hardware that performs the second process may be included in the one or more pieces of hardware.
- the hardware may include an electronic circuit, a device including an electronic circuit, or the like.
- each storage device among the multiple storage devices may store only part of the data. , the entire data may be stored. Further, a configuration may be included in which some of the plurality of storage devices store data.
Landscapes
- Chemical & Material Sciences (AREA)
- Analytical Chemistry (AREA)
- Chemical Kinetics & Catalysis (AREA)
- Crystallography & Structural Chemistry (AREA)
- Life Sciences & Earth Sciences (AREA)
- Engineering & Computer Science (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computing Systems (AREA)
- Theoretical Computer Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Navigation (AREA)
Abstract
[課題]精度の高い反応経路を探索する。 [解決手段]情報処理装置は、 1 又は複数のメモリと、 1 又は複数のプロセッサと、を備える。前記 1 又は複数のプロセッサは、始状態から終状態を接続する経路を取得し、前記経路における極小点に基づいて前記経路を分割し、前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する。
Description
本開示は、情報処理装置、情報処理方法、及びプログラムに関する。
分子の反応における既知の始状態と終状態とを接続する経路の中で最もエネルギーの低い経路を求め、分子の反応経路を探索することがある。 NEB (Nudged Elastic Band) 、 String といった手法があるが、収束性や速度において課題が残る。
また、 NEB 、 String 等による反応経路の探索を、 Dimer 法、 Sella 、 CNEB (Climbing NEB) 等の手法及び IRC (Intrinsic Reaction Coordinate) と組み合わせることにより、反応経路探索の精度を向上することができるが、極所解があると NEB がうまく動作しない、パラメータのチューニングがセンシティブである、また、経路中において最もエネルギーが高くなる遷移状態を取得しても IRC における最適化がうまくいくとは限らない、といった問題から、これらの手法を組み合わせて自動的に反応経路探索を実現することは困難である。
M. Jafari, et.al., "Reliable and Efficient Reaction Path and Transition State Finding for Surface Reactions with the Growing String Method", Journal of Computational Chemistry, 2017, 38, 645-658, https://deepblue.lib.umich.edu/biFStream/handle/2027.42/136310/jcc24720.pdf?sequence=2
本開示は、精度の高い反応経路を探索する情報処理装置を提案する。
一実施形態によれば、情報処理装置は、 1 又は複数のメモリと、 1 又は複数のプロセッサと、を備える。前記 1 又は複数のプロセッサは、始状態から終状態を接続する経路を取得し、前記経路における極小点に基づいて前記経路を分割し、前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する。
一実施形態によれば、情報処理装置は、 1 又は複数のメモリと、 1 又は複数のプロセッサと、を備える。前記 1 又は複数のプロセッサは、始状態から終状態までを接続する経路を取得し、前記経路に基づく最適化を実行することにより、前記始状態から前記終状態までの反応経路を取得する。前記 1 又は複数のプロセッサは、前記最適化において、前記経路に基づいて、エネルギーの極大点を探索し、前記極大点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくする。
以下、図面を参照して本発明の実施形態について説明する。図面及び実施形態の説明は一例として示すものであり、本発明を限定するものではない。
まず、化学反応における経路探索について簡単に説明する。
図1は、化学反応におけるエネルギー分布の一例を示す図である。図において、エネルギー分布は、等高線で示されている。この図1では、外側に行くほど内部エネルギーが高い状態、内側に行くほど低い状態を示している。この図においては、 2 次元で示されているが、エネルギー分布が表現される空間は、一般的により高次元の空間として表現される。
なお、各次元 (軸) には、空間における座標情報を示す次元 (軸) が含まれていてもよい。また、各次元 (軸) は、反応座標を示してもよい。
化学反応経路探索は、始状態と終状態が既知である、又は、望ましい始状態と終状態を設定することで、どのような化学反応の経路を介して始状態から終状態へと遷移するかを探索することを目的とする。例えば、図中の IS (Initial State) が始状態の位置を示し、 FS (Final State) が終状態の位置を示す。このように、安定した始状態 IS と終状態 FS は、一般的にエネルギーが低い位置となる。この始状態 IS から終状態 FS へと至る経路を探索するのが、化学反応経路探索である。
適切な経路は、例えば、等高線を横切る実線で示される、始状態 IS と終状態 FS を接続する経路のなかで最もエネルギーの低い経路である。化学反応経路探索は、この最もエネルギーの低い経路 (MEP : Minimum Energy Path) を種々の手法により探索する。
分子の座標は、 3N (Nは分子を構成する原子の数) 次元の空間で表現され、人間が感知することが困難である。このため、反応経路探索の手法は、 2 次元のポテンシャルを用いて研究されている。分子の状態間の接続をバネで表現する手法として、 EB (Elastic Band) を用いた手法がある。この手法は、 Primitive-EB 、 NEB (Nudged Elastic Band) 等に発展することができる。
化学反応経路探索を実行する情報処理装置は、例えば、 1 又は複数のメモリと、 1 又は複数のプロセッサと、を備える。以下の処理は、プロセッサが必要な情報をメモリから取得して実行されてもよい。ソフトウェアによる情報処理が、プロセッサを用いて具体的に実現される態様であってもよい。
図2は、化学反応経路探索の一例を示す図である。プロセッサは、例えば、始状態と終状態を線形に接続し、接続した線分上にいくつかのイメージを設定する。イメージは、経路上の一点を示す情報である。
EB 、 Primitive-EB の手法は、イメージ同士をバネで接続し、それぞれのイメージを接続するバネのエネルギーを演算し、このバネのエネルギーの和を最小化する問題に帰着することで、 MEP を求める手法である。この手法では、バネ定数により解が適切に最適化できず、例えば、バネ定数が強すぎる場合には、バネに由来する力 (Spring Force) の影響により直線に近い経路に収束し、逆にバネ定数が弱すぎる場合には、エネルギー分布の力 (True Force) の影響により多くのイメージが安定点 (例えば、始状態 IS 又は 終状態 FS) に落ち込んでしまい経路における最もエネルギーの高い点である遷移状態 TS (Transition State) の付近のイメージが疎になるという課題がある。
これに対応するべく、 NEB においては、情報処理装置は、 Spring Force のイメージ同士を接続するバンドに平行な成分を用いることで直線に近づくことを回避し、 True Force のバンドに垂直な成分を用いることで、イメージが安定構造に陥らずに等間隔に並ぶように制御する。
それぞれのイメージにおいて、バンドに平行な方向の単位ベクトルを定義することで、上記の Spring Force 及び True Force を表現することができる。この単位ベクトルの方向として、エネルギーの分布における頂上側のバネの向きの単位ベクトルを採用することで、性能が上がりやすいことが知られている。この定義の手法を、 Improved Tangent Estimation と呼ぶ。
NEB をさらに改良し、イメージと遷移状態とを近づけて遷移状態におけるエネルギーを取得する手法が、 CI-NEB (Climbing Image Nudged Elastic Band) である。この CI-NEB では、頂点のイメージに対してのみ、 True Force のバンド平行成分を反転させる。これにより、頂点のイメージは、バンドの中を登っていくようになる。この結果、適切な遷移状態にバンド (頂点) を近づけることが可能となり、より精度の高い経路を探索することができる。
一方で、バンドによじれが発生した場合に、 NEB の手法では、 Spring Force の垂直成分を考慮しないため、このよじれが最適化を進めても解消しない結果となる。このようなよじれは、偽の遷移状態を発生させたり、真の遷移状態を隠蔽させたりする。
そこで、 EB の手法において、 Spring Force のバンドに垂直な方向の力を考慮し、かつ、 True Force のバンドに平行な方向の成分を考慮しない処理をすることが考えられる。この手法によれば、バネ定数を小さくした場合においても、 True Force のバンドに平行な成分が 0 であるので、安定点にイメージの多くが収束することを回避することができる。
EB を使用しない方法として、 String を用いる手法がある。 String は、始状態 IS 及び終状態 FS における任意の長さを有する経路で表される。 Growing String 法は、始状態 IS 及び 終状態 FS から等間隔にイメージを補間しながら String を最適化する手法である。
図3から図5は、 Growing String 法を用いた場合におけるイメージの補間の様子の一例を示す図である。これらの図に示すように、始状態 IS 及び終状態 FS からそれぞれイメージを補間していくことで String を成長させ、徐々に遷移状態 TS や中間状態 IM を含む経路に近づいて行くことができる。なお、中間状態 IM は、始状態 IS から終状態 FS までの経路に存在する局所安定点であってもよい。
しかしながら、この String は、座標変換が複雑である。この結果、分子を構成する原子の数が増えたり、分子の経路が複雑であったりする場合には、実時間内での経路の取得が困難である。
また別の手法として、 IRC がある。 IRC は、遷移状態 TS を取得した後に、遷移状態 TS から始状態 IS 及び終状態 FS へと向かって最急降下法により MEP を取得する手法である。より具体的には、遷移状態 TS を負の固有ベクトル方向に微小位置ずらし、この点から最急降下法を用いる。理想的な遷移状態 TS は、鞍点であるため、微小位置ずらしてから最急降下法を用いる。
この手法は、遷移状態 TS が適切に求められることにより精度のよい結果を取得することができるが、遷移状態 TS が適切に抽出できていない場合には、処理が終了しない蓋然性がある。例えば、 MEP において極大点が 2 箇所以上あるにも拘わらず、 1 箇所の極大点しか抽出できないような場合には、探索が終了しない蓋然性が高くなる。
上記の手法は、例えば、ユーザが注意深くパラメータを設定することで MEP を適切に取得できるが、自動化することは、困難である。本開示おいては、これらの手法を適切に用いることで、計算コスト、時間コストを小さくする一方で、精度のよい経路探索をすることができる。
図6は、一実施形態に係る情報処理装置における化学反応経路探索の処理の一例を示すフローチャートである。なお、以下に説明する任意のステップにおいて、エネルギー等の物性値に関する計算が必要である場合、当該ステップの前後に、若しくは、並行し、又は、当該ステップ内において、該当する状態について NNP (Neural Network Potential) 等を用いてエネルギー等の物性値に関する計算を実行するステップを備えていてもよい。
また、一般的に始状態 IS と終状態 FS を区別する必要は無い。このため、以下においては、始状態 IS と終状態 FS を区別して説明しているが、適宜これらは入れ替えて処理することができる。また、情報処理装置は、始状態 IS 又は終状態 FS のいずれか一方において実行していると説明されている処理については、その双方から実行することも可能であることに留意されたい。
情報処理装置は、まず、始状態 IS から終状態 FS を接続する経路を所定の手法により取得する (S100) 。この手法は、例えば、 NEB 、 OM-NEB (arXiv:2106.06275, https://arxiv.org/abs/2106.06275v2) 、 EB 、 String 、 Growing String 法、 Simplified String を用いた手法、又は、上記に説明した Improved Tangent String の手法であってもよい。情報処理装置は、本処理として、始状態 IS から終状態 FS への経路を最適化する手法、又は、 2 つの極小点の間における MEP を推定する手法を用いることができる。
本段階においては、情報処理装置は、精密な経路の探索を実行するのではなく、おおまかな経路の取得を実行してもよい。情報処理装置は、例えば、種々の探索手法における反復回数や誤差関数の値と所定値とを比較して終了条件を設定してもよい。
S106 の処理から S100 の処理へと遷移する場合には、始状態 IS 及び終状態 FS を参照するのではなく、分割されたそれぞれの経路において、短い距離におけるより精度の高い経路の取得を実行する。この場合、分割された経路の両端から、経路の取得を実行してもよい。
情報処理装置は、取得した経路において、極小点が存在するか否かを判定する (S102) 。なお、ここで、極小点は、経路における両端を除くいずれかの点 (イメージ) である。以下、 S110 の処理を含め、極小点は、端点を除く経路上のイメージから選択、抽出される点のことを示す。極小点は、例えば、始状態 IS から終状態 FS までの経路において、エネルギーがローカルミニマムになる点であってもよく、経路上に複数個存在していてもよい。なお、 S104 等のステップにより新たな経路の端点となる極小点は、説明の簡単のため、文言を改めずに極小点と称することがある。
極小点が存在する場合 (S102 : YES) 、情報処理装置は、当該極小点で経路を分割する (S104) 。極小点が複数ある場合には、情報処理装置は、それぞれの極小点において経路を分割する。以下の処理は、複数の分割された経路のそれぞれについてパラレルに実行されてもよいし、シーケンシャルに実行されてもよい。
図7は、 S100 により取得された経路と、極小点の一例を示す図である。この図に示す点 LM が極小点である。情報処理装置は、極小点の存在を確認すると、この極小点 LM において、経路を分割する (S104) 。図では、極小点が 1 つの場合を示しているが、これに限定されるものではなく、極小点が 2 つ以上存在する場合には、それぞれの極小点で分割する。
分割された経路は、例えば、始状態 IS から極小点 LM までの経路と、極小点 LM から終状態 FS までの経路の 2 つの経路となる。情報処理装置は、これらの 2 つの経路をそれぞれ新たな経路として経路情報を更新する。
情報処理装置は、必要に応じて、この新たな経路を最適化し、 S102 と S104 の処理を反復してもよい。この反復処理は、全ての経路において極小点が存在しなくなるまで実行されてもよい。
限定されない一例として、 S108 の処理をまだ実行していない場合には (S106: NO) 、情報処理装置は、分割された経路のそれぞれについて、 S100 からの処理を繰り返す。一方で、 S108 の処理をすでに実行済みである場合には (S106: YES) 、情報処理装置は、分割された経路のそれぞれについて、 S108 からの処理を実行してもよい。
限定されない一例として、 S104 において分割したそれぞれの経路における最適化処理を実行してもよい。この場合、 S106 の処理の後は、点線の矢印で示されるように、 S102 の処理からを繰り返してもよい。
情報処理装置は、この限定されない一例である最適化処理として、分割されたそれぞれの経路の String に基づいて、所定の手法で仮の遷移状態 TS を取得することでこの最適化処理を実行してもよい。仮の遷移状態 TS を取得する場合には、情報処理装置は、 String の両端及び遷移状態 TS を通るように、例えば、両端から Growing String 法の手法を用いることで実行してもよい。この Growing String 法の手法は、 improved tangent を組み合わせて実行してもよい。なお、 String に沿った極小点は、実際の極小点とし、全ての極大点は、仮の遷移状態 TS とすることができる。
図8は、一実施形態に係る極小点 LM と終状態 FS との間の String を Growing String 法の手法に基づいて最適化した結果の一例を示す図である。この図に示すように、分割した経路において、最適化が実行されることで、中間状態 IM に近い状態から終状態 FS への経路を探索することができる。
情報処理装置は、同様に、始状態 IS と極小点 LM の経路の最適化処理を実行してもよい。
次に、情報処理装置は、それぞれの経路における遷移状態 TS を取得する (S108) 。情報処理装置は、所定の手法を用いて経路における遷移状態 TS を探索することができる。
図9は、限定されない一例としての経路における遷移状態の探索の処理を示す図である。
情報処理装置は、最適化された String において、 Climbing String 法を用いることで、遷移状態の近傍を探索する (S200) 。ここで、 Climbing String 法とは、「経路における高エネルギーの領域において他の領域よりイメージを多く定義し、このイメージが多く定義された領域において、遷移状態 TS の近傍である点かつ経路に沿ってエネルギーが最高である点を決定する手法」、「経路の補間線に沿ってエネルギーが最大となる点を探索し、得られたエネルギー最大の点と少なくとも始状態又は終状態 FSのいずれか1つとの間で補間を行うことで、遷移状態 TSの近傍である点かつ経路に沿ってエネルギーが最高である点を決定する手法」、又は、「上記2つの手法を組み合わせた手法」、のいずれか1つを含む手法である。また、遷移状態の近傍とは、少なくとも、First order saddle point探索手法を実行すると遷移状態TSに収束すること、又は、遷移状態TSからの距離が所定の閾値以下であることいずれかを満たす領域であってもよい。
例えば、情報処理装置は、 String の補間経路に沿って最大エネルギーの点を探索し、最大エネルギーの点と始状態 IS 及び/又は終状態 FS の間を補間することで遷移状態 TS の近傍の点を決定してもよい。この場合、情報処理装置は、最大エネルギーの点の近くで補間の間隔を他の部分より小さくすることでより精度の高い遷移状態 TS の近傍の点を決定することができる。情報処理装置は、一例として、最大エネルギーの点から始状態 IS及び/又は終状態 FS に向かって補間する際、所定の数については短い補間間隔で補間することで、最大エネルギーの点の近くを密に補間してもよい。
情報処理装置は、例えば、図10のような終状態 FS と極小点 LM との間の遷移状態 TS の近傍の点を探索する場合には、経路における最大エネルギーの点を抽出し、この最大エネルギーの点付近で補間の間隔を他の部分より小さくすることで、終状態 FS と極小点 LM とを接続する経路における遷移状態 TS の近傍の点に関する情報を、高い精度で取得することができる。
情報処理装置は、さらに、 String に沿って定義されているイメージのうち、高エネルギーのイメージを抽出し、このイメージから出発して、高エネルギーの方向を探索することで、より遷移状態 TS に近い点を取得してもよい。このように、情報処理装置は、 CI-NEB の処理におけるフォースを反転すること無く、遷移状態 TS の近傍を取得することができる。
なお、情報処理装置は、この S200 の処理を、経路の中で最もエネルギーが高いイメージが遷移状態 TS に収束し、かつ、収束前においても遷移状態 TS よりもエネルギーが高いことが保証される手法に置き換えて実行することもできる。情報処理装置は、例えば、 NEB 、 CI-NEB 、 OM-NEB 、 EB 又はこれらの組み合わせの手法を用いてもよい。
情報処理装置は、 Climbing String 法におけるエネルギーが収束したか否か、又は、勾配が所定値 (例えば、所定の微小値) よりも小さくなったか否かを判定する (S202) 。情報処理装置は、収束していないか、平坦ではない場合 (S202 : NO) には、 S200 の処理を繰り返す。
なお、平坦であるとは、いくつかの例として、上記の勾配が所定値よりも小さくなったことのほか、所定ステップの間に Force も Energy も小さくならない、又は、小さくなる幅若しくは変動幅が所定値 (例えば、所定の微小値) 以下である場合を示してもよい。
条件を満たした場合 (S202 : YES) 、情報処理装置は、 S200 において取得した遷移状態 TS の近傍の点 (一例として、 Initial Guess) を用いて、 Dimer 法を実行することで、遷移状態 TS を探索する (S204) 。情報処理装置は、 S202 の処理については、 Optimization to a first order saddle point (ChemRxiv “Sella, an open-source automation-friendly molecular saddle point optimizer,” https://chemrxiv.org/engage/chemrxiv/article-details/62e05c03ed926ea4b1a73e2c) 等の手法を用いてもよい。例えば、情報処理装置は、 Sella 法を用いて遷移状態 TS を探索してもよい。
Dimer 法において、解が収束した場合 (S206 : YES) 、情報処理装置は、収束した点を遷移状態 TS を示す点として取得する (S208) 。
一方で、 Dimer 法において、解が発散した場合 (S206 : NO) 、情報処理装置は、 S200 からの処理を繰り返す。
なお、発散条件は、例えば、 Dimer 法のエネルギーが経路の最大イメージのエネルギーを超えることと定義してもよい。また、情報処理装置は、 S200 で取得したエネルギーに基づいて、 S206 における発散の判定をしてもよい。別の例として、発散条件は、 Dimer 法のエネルギーが経路の 2 番目に高いエネルギーより低くなることと定義してもよい。別の例として、発散条件は、 Dimer 法の座標が経路の最大イメージから遠くなることと定義してもよい。また、発散条件として、上記のいずれか複数の組み合わせを用いてもよいし、上記のいずれかの条件を満たした場合に発散したと判定してもよい。
また、情報処理装置は、 S204 の処理において Dimer 法とは別の手法を用いて遷移状態 TS を探索してもよい。この場合、 S204 における発散条件は、用いている手法により取得されるエネルギーが (例えば、分割された後の 1 つの) 経路において設定した点におけるエネルギー (例えば、 Climbing String 法で取得された最大エネルギー) を超えることと定義してもよいし、経路上の点における 2 番目に高いエネルギーより低くなることと定義してもよいし、若しくは、座標が経路上の最大エネルギーを示す点から遠くなることと定義してもよいし、又は、これらの組み合わせとして定義してもよい。
上記においては、 S200 の Climbing String 法を用いる処理においては、経路上に存在する全てのイメージを用いた例を説明したが、これに限定されるものではない。
図11は、 Climbing String 法を用いる別の例を示す経路探索の一過程を示す図である。情報処理装置は、例えば、この図11に点線で示される範囲内のイメージを用いて、 Climbing String 法の精度を向上させてもよい。
具体的には、情報処理装置は、最大エネルギーを示すイメージ付近のイメージにおいて、 Climbing String 法を実行してもよい。最大エネルギー付近のイメージに限定して最適化を実行することで、 Force を評価する回数を削減することが可能となる。
この一部のイメージを用いて Climbing String 法を実行するステップと、経路上 (又は分割された経路上) の全てのイメージを用いて Climbing String 法を実行するステップと、を組み合わせて処理することで、最大エネルギー付近のイメージをより精度よく探索することが可能となり、この結果、最大エネルギーを示すイメージから遷移状態を探索するコストを削減することもできる。
なお、一部の点を用いる場合には、情報処理装置は、例えば、所定エネルギーよりも大きいエネルギーを示すイメージを用いてもよい。別の例として、情報処理装置は、経路 (又は分割された経路) において極小点のエネルギーを示すイメージが存在する場合には、この極小点のイメージよりも最大エネルギーのイメージに近いイメージを用いてもよい。情報処理装置は、これらを組み合わせてイメージを抽出して用いてもよい。
Dimer 法だけを用いる場合、フォースの反転を伴うため、発散し、解が見つからない場合があるが、発散した場合には、 Climbing String 法の実行条件 (例えば、収束条件等) を変更して実行することで、異なる近傍の点 (より遷移状態 TS に近い点) を抽出できる。このため、Climbing String 法において、遷移状態 TS の近傍を取得することで Dimer 法において精度よく遷移状態 TS を取得することが可能となる。なお、 Climbing String 法は、他の方法で実行されてもよい。
図6に戻り、情報処理装置は、 S108 の処理において新たな極小点が検出されているか否かを判定する (S110) 。新たな極小点が検出されている場合 (S110: YES) には、 S104 の処理に戻り、処理を繰り返す。
情報処理装置は、 S108 の処理において新たな極小点が検出されていない場合 (S110: NO) 、情報処理装置は、例えば、極小点 LM と終状態 FS との間において取得された遷移状態 TS と、始状態 IS とを接続する経路を探索する (S112) 。情報処理装置は、 Growing String 法、線形補間、 IDPP 補間等の経路全体を最適化する手法の組み合わせにより、この処理を実行してもよい。情報処理装置は、例えば、Growing String 法の手法を用いることで、 S112 の処理を擬似的な IRC 処理として実行してもよい。
図12は、一実施形態に係る遷移状態 TS と始状態 IS との間の経路を探索する一例を示す図である。この図に示されるように、情報処理装置は、取得した遷移状態 TS と、始状態 IS とを両端として、次の経路探索を実行する。この探索は、 S100 の経路の探索と同様に種々の手法を用いて実行してもよい。
S112 の別の処理例として、情報処理装置は、遷移状態 TS と、すでに抽出された経路の情報 (例えば、S108で取得された経路の情報) から、遷移状態 TS を通る最適な経路を取得してもよい。情報処理装置は、例えば、すでに抽出されている経路のうち、最も高いエネルギーのイメージを遷移状態 TS で置き換え、最も遷移状態 TS に近いイメージを遷移状態 TS の座標で固定した String 法等の経路全体を最適化する手法を実行することで、経路の探索を実行してもよい。
なお、情報処理装置は、 S112において、遷移状態 TS と終状態 FS の間の経路、又は、遷移状態 TS と分割された経路の端点の間の経路を探索してもよい。
なお、本明細書において、「近い」、「遠い」等の距離の定義の一例として、
max (norm (原子の移動距離))
を用いることもできる。原子の移動は、ベクトルで示され、 norm (原子の移動距離) は、原子の移動した距離を示す。すなわち、距離の定義の一例として、複数の原子の移動距離の絶対値のうちで最大の値を用いて判断してもよい。
max (norm (原子の移動距離))
を用いることもできる。原子の移動は、ベクトルで示され、 norm (原子の移動距離) は、原子の移動した距離を示す。すなわち、距離の定義の一例として、複数の原子の移動距離の絶対値のうちで最大の値を用いて判断してもよい。
次に、情報処理装置は、 S112 で探索された経路において、新たに極小点が存在しているかを判定する (S114) 。
探索した経路において両端以外に極小値が存在する場合 (S114: YES) 、情報処理装置は、 S104 からの処理を反復し、極小値がなくなるまで、経路の分割と、遷移状態からの経路の探索とを実行する。
探索した経路において両端以外に極小値が存在しない場合 (S114: NO) 、情報処理装置は、取得された複数の分割された経路を接続、又は、適切に合成することで MEP を取得する (S116) 。
図13は、ループができた場合の処理の一例の一過程を示す図である。上記のように経路探索を行う過程として、経路にループが発生する可能性がある。ループが発生する場合、適切な経路を探索することが困難である。
なお、情報処理装置は、経路に沿った道のりが、イメージ同士の距離よりも有意に長いことを判定してループが発生していることを検出してもよい。例えば、情報処理装置は、全ての経路に沿った極小点同士を抽出し、その中の 2 点間において距離が近いもの同士をループ候補として抽出してもよい。さらに、情報処理装置は、これらの極小点同士の距離と、経路に沿った道のりとを比較することで、ループ候補を限定してもよい。
図13においては、探索された経路を点線で示している。探索された経路は、始状態 IS から中間状態 IM を経由し、極小点 LM1 まで到達した後に、下側に存在するループを経由して、極小点 LM2 (終状態 FS でもよい) へと接続される。このようなループがある場合、ループ中にある極小点 LM1 、 LM2 を接続する String を定義した上で、経路上のイメージにおける最高エネルギーが最小となるような経路を探索する。これにより、情報処理装置は、経路に含まれるループを解消することができる。
この手法は、経路におけるイメージに対してダイクストラ法と類似したアルゴリズムを用いることに該当する。一例として、情報処理装置は、経路の最大エネルギーの指数関数の和を最小にするようにダイクストラ法を用いてもよい。
情報処理装置は、例えば、極小点 LM1 と LM2 とを線形補間 (図13の太い実線) し、この線形補間した状態から Climbing String 法を実行することで、適切な経路を取得することが可能となる。なお、情報処理装置は、 IDPP 補間、 Growing String 法等の手法を用いてこの処理を実行することもできる。情報処理装置は、図6における S104 の実行後、 S116 の実行後など、所定のタイミングで上記ループを解消する処理を実行してもよい。
以上のように、本実施形態によれば、 Climbing String 法と Dimer 法とを適切に用いることで、探索対象の経路において、複数の極大点が存在する場合や反応経路における地形が険しい場合においても、適切な経路を取得することができる。また、従来手法と比較して、探索に要する時間を削減することができる。また、上記の処理は、ユーザによる精密なパラメータチューニングをすることなく、情報処理装置において自動的に精度の高い反応経路を探索することができる。
本開示における情報処理装置は、限定されない一例として、以下のようにまとめることができる。
限定されない例としての一実施形態によれば、情報処理装置は、 1 又は複数のメモリと、 1 又は複数のプロセッサと、を備え、プロセッサは、始状態 IS から終状態 FS を接続する経路を取得し、この経路における両端以外の極小点 LS 基づいて経路を分割し、分割された経路を最適化し、最適化処理の結果に基づいて、始状態 IS から終状態 FS までの反応経路を取得する。
図6に示す S108 の処理が、分割された経路の最適化処理の限定されない一例としての処理であってもよい。一方で、上記の情報処理において、図6の S108 の処理を用いずに、分割された経路の最適化処理を実行することも可能である。本開示の実施形態における経路の最適化処理は、最適化前の経路情報に基づいて新たな経路情報を取得する処理であってもよい。
上記の情報処理装置において、プロセッサは、少なくとも NEB 法、 OM-NEB 法、 EB 法、 String 法、 Growing String 法、 Simplified String 法、 Improved Tangent String 法のいずれか 1 つの手法を用いて、経路を取得してもよい。
上記の情報処理装置において、プロセッサは、分割された経路に基づいて、遷移状態を取得し、取得した遷移状態に基づいて、反応経路を取得してもよい。
上記のいずれかの情報処理装置において、プロセッサは、分割された経路、又は、反応経路における 2 つの極小点の間の距離に基づいてループを検出し、これら 2 つの極小点を接続する経路を探索することで、ループを解消する処理を実行してもよい。
限定されない例としての一実施形態によれば、情報処理装置は、 1 又は複数のメモリと、 1 又は複数のプロセッサと、を備え、プロセッサは、経路に基づいて Climbing String 法を実行することで遷移状態を探索し、この探索結果に基づく Dimer 法を実行することで遷移状態を取得する。
上記の情報処理において、経路を分割することは、必須の構成ではない。経路を分割しない場合、経路とは、 (1) 所定の手法で取得した経路、 (2) 経路の Initial Guess (初期の経路の全体的な概略を取得する推定結果) 、又は、 (3) 両端点を線形的に (例えば、直線で) 接続したもの、のうちいずれか 1 つであってもよいし、これらとは別の経路であってもよい。
上記の情報処理装置において、 Climbing String 法は、高エネルギー領域において他の領域よりイメージを多く定義して遷移状態を探索する手法、経路の補間線に沿って取得されたエネルギーが最大となる点と端点との間で補間を行うことで遷移状態を探索する手法、又は、これらの組み合わせのいずれか 1 つを用いる手法であってもよい。
上記のいずれかの情報処理装置において、プロセッサは、取得した遷移状態を用いて、始状態 IS から終状態 FS までの反応経路を取得してもよい。
上記のいずれかの情報処理装置において、プロセッサは、 Climbing String 法で取得した経路情報を利用して、反応経路を取得してもよい。
上記のいずれかの情報処理装置において、プロセッサは、始状態 IS から終状態FS を接続する経路を取得し、この経路の両端以外の極小点に基づいて経路を分割してもよく、遷移状態の探索は、この分割された経路に基づいて実行されてもよい。
以上の実施形態において、「分割された経路に基づいて」とは、 (1) 分割された経路をそのまま用いて、処理を続ける場合、及び、 (2) 分割された経路を最適化したものを用いて、処理を続ける場合、の双方の意味を含む概念である。
前述した実施形態における各装置(情報処理装置)の一部又は全部は、ハードウェアで構成されていてもよいし、 CPU (Central Processing Unit) 又は GPU (Graphics Processing Unit) 等が実行するソフトウェア (プログラム) の情報処理で構成されてもよい。ソフトウェアの情報処理で構成される場合には、前述した実施形態における各装置の少なくとも一部の機能を実現するソフトウェアを、 CD-ROM (Compact Disc-Read Only Memory) 、 USB (Universal Serial Bus) メモリ等の非一時的な記憶媒体 (非一時的なコンピュータ可読媒体) に収納し、コンピュータに読み込ませることにより、ソフトウェアの情報処理を実行してもよい。また、通信ネットワークを介して当該ソフトウェアがダウンロードされてもよい。さらに、ソフトウェアの処理の全部又は一部が ASIC (Application Specific Integrated Circuit) 又は FPGA (Field Programmable Gate Array) 等の回路に実装されることにより、当該ソフトウェアによる情報処理がハードウェアにより実行されてもよい。
ソフトウェアを収納する記憶媒体は、光ディスク等の着脱可能なものでもよいし、ハードディスク又はメモリ等の固定型の記憶媒体であってもよい。また、記憶媒体は、コンピュータ内部に備えられてもよいし (主記憶装置または補助記憶装置等) 、コンピュータ外部に備えられてもよい。
図14は、前述した実施形態における各装置 (情報処理装置) のハードウェア構成の一例を示すブロック図である。各装置は、一例として、プロセッサ71と、主記憶装置72 (メモリ) と、補助記憶装置73 (メモリ) と、ネットワークインタフェース74と、デバイスインタフェース75と、を備え、これらがバス76を介して接続されたコンピュータ7として実現されてもよい。
図14のコンピュータ7は、各構成要素を一つ備えているが、同じ構成要素を複数備えていてもよい。また、図14では、1台のコンピュータ7が示されているが、ソフトウェアが複数台のコンピュータにインストールされて、当該複数台のコンピュータそれぞれがソフトウェアの同一の又は異なる一部の処理を実行してもよい。この場合、コンピュータそれぞれがネットワークインタフェース74等を介して通信して処理を実行する分散コンピューティングの形態であってもよい。つまり、前述した実施形態における各装置 (情報処理装置) は、1又は複数の記憶装置に記憶された命令を1台又は複数台のコンピュータが実行することで機能を実現するシステムとして構成されてもよい。また、端末から送信された情報をクラウド上に設けられた1台又は複数台のコンピュータで処理し、この処理結果を端末に送信するような構成であってもよい。
前述した実施形態における各装置 (情報処理装置) の各種演算は、1又は複数のプロセッサを用いて、又は、ネットワークを介した複数台のコンピュータを用いて、並列処理で実行されてもよい。また、各種演算が、プロセッサ内に複数ある演算コアに振り分けられて、並列処理で実行されてもよい。また、本開示の処理、手段等の一部又は全部は、ネットワークを介してコンピュータ7と通信可能なクラウド上に設けられたプロセッサ及び記憶装置の少なくとも一方により実現されてもよい。このように、前述した実施形態における各装置は、1台又は複数台のコンピュータによる並列コンピューティングの形態であってもよい。
プロセッサ71は、少なくともコンピュータの制御又は演算のいずれかを行う電子回路 (処理回路、 Processing circuit 、 Processing circuitry 、 CPU 、 GPU 、 FPGA 、 ASIC 等) であってもよい。また、プロセッサ71は、汎用プロセッサ、特定の演算を実行するために設計された専用の処理回路又は汎用プロセッサと専用の処理回路との両方を含む半導体装置等のいずれであってもよい。また、プロセッサ71は、光回路を含むものであってもよいし、量子コンピューティングに基づく演算機能を含むものであってもよい。
プロセッサ71は、コンピュータ7の内部構成の各装置等から入力されたデータやソフトウェアに基づいて演算処理を行ってもよく、演算結果や制御信号を各装置等に出力してもよい。プロセッサ71は、コンピュータ7の OS (Operating System) や、アプリケーション等を実行することにより、コンピュータ7を構成する各構成要素を制御してもよい。
前述した実施形態における各装置 (情報処理装置) は、1又は複数のプロセッサ71により実現されてもよい。ここで、プロセッサ71は、1チップ上に配置された1又は複数の電子回路を指してもよいし、2つ以上のチップあるいは2つ以上のデバイス上に配置された1又は複数の電子回路を指してもよい。複数の電子回路を用いる場合、各電子回路は有線又は無線により通信してもよい。
主記憶装置72は、プロセッサ71が実行する命令及び各種データ等を記憶してもよく、主記憶装置72に記憶された情報がプロセッサ71により読み出されてもよい。補助記憶装置73は、主記憶装置72以外の記憶装置である。なお、これらの記憶装置は、電子情報を格納可能な任意の電子部品を意味するものとし、半導体のメモリでもよい。半導体のメモリは、揮発性メモリ又は不揮発性メモリのいずれでもよい。前述した実施形態における各装置 (情報処理装置) において各種データ等を保存するための記憶装置は、主記憶装置72又は補助記憶装置73により実現されてもよく、プロセッサ71に内蔵される内蔵メモリにより実現されてもよい。例えば、前述した実施形態における記憶部 (メモリ) は、主記憶装置72又は補助記憶装置73により実現されてもよい。
前述した実施形態における各装置 (情報処理装置) が、少なくとも1つの記憶装置 (メモリ) と、この少なくとも1つの記憶装置に接続 (結合) される少なくとも1つのプロセッサで構成される場合、記憶装置1つに対して、少なくとも1つのプロセッサが接続されてもよい。また、プロセッサ1つに対して、少なくとも1つの記憶装置が接続されてもよい。また、複数のプロセッサのうち少なくとも1つのプロセッサが、複数の記憶装置のうち少なくとも1つの記憶装置に接続される構成を含んでもよい。また、複数台のコンピュータに含まれる記憶装置とプロセッサによって、この構成が実現されてもよい。さらに、記憶装置がプロセッサと一体になっている構成 (例えば、 L1 キャッシュ、 L2 キャッシュを含むキャッシュメモリ) を含んでもよい。
ネットワークインタフェース74は、無線又は有線により、通信ネットワーク8に接続するためのインタフェースである。ネットワークインタフェース74は、既存の通信規格に適合したもの等、適切なインタフェースを用いればよい。ネットワークインタフェース74により、通信ネットワーク8を介して接続された外部装置9Aと情報のやり取りが行われてもよい。なお、通信ネットワーク8は、 WAN (Wide Area Network) 、 LAN (Local Area Network) 、 PAN (Personal Area Network) 等のいずれか、又は、それらの組み合わせであってよく、コンピュータ7と外部装置9Aとの間で情報のやりとりが行われるものであればよい。 WAN の一例としてインターネット等があり、 LAN の一例として IEEE 802.11 やイーサネット (登録商標) 等があり、 PAN の一例として Bluetooth (登録商標) や NFC (Near Field Communication) 等がある。
デバイスインタフェース75は、外部装置9Bと直接接続する USB 等のインタフェースである。
外部装置9Aは、コンピュータ7とネットワークを介して接続されている装置である。外部装置9Bは、コンピュータ7と直接接続されている装置である。
外部装置9A又は外部装置9Bは、一例として、入力装置であってもよい。入力装置は、例えば、カメラ、マイクロフォン、モーションキャプチャ、各種センサ等、キーボード、マウス又はタッチパネル等のデバイスであり、取得した情報をコンピュータ7に与える。また、パーソナルコンピュータ、タブレット端末又はスマートフォン等の入力部とメモリとプロセッサを備えるデバイスであってもよい。
また、外部装置9A又は外部装置9Bは、一例として、出力装置でもよい。出力装置は、例えば、 LCD (Liquid Crystal Display) 、有機 EL (Electro Luminescence) パネル等の表示装置であってもよいし、音声等を出力するスピーカ等であってもよい。また、パーソナルコンピュータ、タブレット端末又はスマートフォン等の出力部とメモリとプロセッサを備えるデバイスであってもよい。
また、外部装置9A又は外部装置9Bは、記憶装置 (メモリ) であってもよい。例えば、外部装置9Aは、ネットワークストレージ等であってもよく、外部装置9Bは、 HDD 等のストレージであってもよい。
また、外部装置9A又は外部装置9Bは、前述した実施形態における各装置 (情報処理装置) の構成要素の一部の機能を有する装置でもよい。つまり、コンピュータ7は、外部装置9A又は外部装置9Bに処理結果の一部又は全部を送信してもよいし、外部装置9A又は外部装置9Bから処理結果の一部又は全部を受信してもよい。
本明細書 (請求項を含む) において、「a 、b 及び c の少なくとも1つ (一方) 」又は「a 、b 又は c の少なくとも1つ (一方) 」の表現 (同様な表現を含む) が用いられる場合は、a、b、c、a - b、a - c、b - c 又は a - b - c のいずれかを含む。また、a - a、a - b - b、a - a - b - b - c - c 等のように、いずれかの要素について複数のインスタンスを含んでもよい。さらに、a - b - c - d のように d を有する等、列挙された要素 (a 、b 及び c) 以外の他の要素を加えることも含む。
本明細書 (請求項を含む) において、「データを入力として/を用いて/データに基づいて/に従って/に応じて」等の表現(同様な表現を含む)が用いられる場合は、特に断りがない場合、データそのものを用いる場合や、データに何らかの処理を行ったもの (例えば、ノイズ加算したもの、正規化したもの、データから抽出した特徴量、データの中間表現等) を用いる場合を含む。また、「データを入力として/を用いて/データに基づいて/に従って/に応じて」何らかの結果が得られる旨が記載されている場合 (同様な表現を含む) 、特に断りが無い場合、当該データのみに基づいて当該結果が得られる場合や、当該データ以外の他のデータ、要因、条件及び/又は状態等にも影響を受けて当該結果が得られる場合を含む。また、「データを出力する」旨が記載されている場合 (同様な表現を含む) 、特に断りがない場合、データそのものを出力として用いる場合や、データに何らかの処理を行ったもの (例えば、ノイズ加算したもの、正規化したもの、データから抽出した特徴量、データの中間表現等) を出力として用いる場合を含む。
本明細書 (請求項を含む) において、「接続される (connected) 」及び「結合される (coupled) 」との用語が用いられる場合は、直接的な接続/結合、間接的な接続/結合、電気的 (electrically) な接続/結合、通信的 (communicatively) な接続/結合、機能的 (operatively) な接続/結合、物理的 (physically) な接続/結合等のいずれをも含む非限定的な用語として意図される。当該用語は、当該用語が用いられた文脈に応じて適宜解釈されるべきであるが、意図的に或いは当然に排除されるのではない接続/結合形態は、当該用語に含まれるものして非限定的に解釈されるべきである。
本明細書 (請求項を含む) において、「AがBするよう構成される (A configured to B) 」との表現が用いられる場合は、要素Aの物理的構造が、動作Bを実行可能な構成を有するとともに、要素Aの恒常的 (permanent) 又は一時的 (temporary) な設定 (setting / configuration) が、動作Bを実際に実行するように設定 (configured / set) されていることを含んでよい。例えば、要素Aが汎用プロセッサである場合、当該プロセッサが動作Bを実行可能なハードウェア構成を有するとともに、恒常的 (permanent) 又は一時的 (temporary) なプログラム (命令) の設定により、動作Bを実際に実行するように設定 (configured) されていればよい。また、要素Aが専用プロセッサ又は専用演算回路等である場合、制御用命令及びデータが実際に付属しているか否かとは無関係に、当該プロセッサの回路的構造等が動作Bを実際に実行するように構築 (implemented) されていればよい。
本明細書 (請求項を含む) において、含有又は所有を意味する用語 (例えば、「含む (comprising / including) 」及び「有する (having) 」等) が用いられる場合は、当該用語の目的語により示される対象物以外の物を含有又は所有する場合を含む、 open-ended な用語として意図される。これらの含有又は所有を意味する用語の目的語が数量を指定しない又は単数を示唆する表現 (a 又は an を冠詞とする表現) である場合は、当該表現は特定の数に限定されないものとして解釈されるべきである。
本明細書 (請求項を含む) において、ある箇所において「1つ又は複数 (one or more) 」又は「少なくとも1つ (at least one) 」等の表現が用いられ、他の箇所において数量を指定しない又は単数を示唆する表現 (a 又は an を冠詞とする表現) が用いられているとしても、後者の表現が「1つ」を意味することを意図しない。一般に、数量を指定しない又は単数を示唆する表現 (a 又は an を冠詞とする表現) は、必ずしも特定の数に限定されないものとして解釈されるべきである。
本明細書において、ある実施形態の有する特定の構成について特定の効果 (advantage / result) が得られる旨が記載されている場合、別段の理由がない限り、当該構成を有する他の1つ又は複数の実施形態についても当該効果が得られると理解されるべきである。但し、当該効果の有無は、一般に種々の要因、条件及び/又は状態等に依存し、当該構成により必ず当該効果が得られるものではないと理解されるべきである。当該効果は、種々の要因、条件及び/又は状態等が満たされたときに実施形態に記載の当該構成により得られるものに過ぎず、当該構成又は類似の構成を規定したクレームに係る発明において、当該効果が必ずしも得られるものではない。
本明細書 (請求項を含む) において、「最大化する (maximize) /最大化 (maximization) 」等の用語が用いられる場合は、グローバルな最大値を求めること、グローバルな最大値の近似値を求めること、ローカルな最大値を求めること及びローカルな最大値の近似値を求めることを含み、当該用語が用いられた文脈に応じて適宜解釈されるべきである。また、これら最大値の近似値を確率的又はヒューリスティックに求めることを含む。同様に、「最小化する (minimize) /最小化 (minimization) 」等の用語が用いられる場合は、グローバルな最小値を求めること、グローバルな最小値の近似値を求めること、ローカルな最小値を求めること及びローカルな最小値の近似値を求めることを含み、当該用語が用いられた文脈に応じて適宜解釈されるべきである。また、これら最小値の近似値を確率的又はヒューリスティックに求めることを含む。同様に、「最適化する (optimize) /最適化 (optimization) 」等の用語が用いられる場合は、グローバルな最適値を求めること、グローバルな最適値の近似値を求めること、ローカルな最適値を求めること、及びローカルな最適値の近似値を求めることを含み、当該用語が用いられた文脈に応じて適宜解釈されるべきである。また、これら最適値の近似値を確率的又はヒューリスティックに求めることを含む。
本明細書 (請求項を含む) において、複数のハードウェアが所定の処理を行う場合、各ハードウェアが協働して所定の処理を行ってもよいし、一部のハードウェアが所定の処理の全てを行ってもよい。また、一部のハードウェアが所定の処理の一部を行い、別のハードウェアが所定の処理の残りを行ってもよい。本明細書 (請求項を含む) において、「1又は複数のハードウェアが第1処理を行い、前記1又は複数のハードウェアが第2処理を行う」等の表現 (同様な表現を含む) が用いられている場合、第1処理を行うハードウェアと第2処理を行うハードウェアは同じものであってもよいし、異なるものであってもよい。つまり、第1処理を行うハードウェア及び第2処理を行うハードウェアが、前記1又は複数のハードウェアに含まれていればよい。なお、ハードウェアは、電子回路、又は、電子回路を含む装置等を含んでもよい。
本明細書 (請求項を含む) において、複数の記憶装置 (メモリ) がデータの記憶を行う場合、複数の記憶装置のうち個々の記憶装置は、データの一部のみを記憶してもよいし、データの全体を記憶してもよい。また、複数の記憶装置のうち一部の記憶装置がデータを記憶する構成を含んでもよい。
以上、本開示の実施形態について詳述したが、本開示は上記した個々の実施形態に限定されるものではない。特許請求の範囲に規定された内容及びその均等物から導き出される本開示の概念的な思想と趣旨を逸脱しない範囲において、種々の追加、変更、置き換え及び部分的削除等が可能である。例えば、前述した実施形態において、数値又は数式を説明に用いている場合、これらは例示的な目的で示されたものであり、本開示の範囲を限定するものではない。また、実施形態で示した各動作の順序も、例示的なものであり、本開示の範囲を限定するものではない。
7 : コンピュータ、
71 : プロセッサ、
72 : 主記憶装置、
73 : 補助記憶装置、
74 : ネットワークインタフェース、
75 : デバイスインタフェース、
76 : バス、
8 : ネットワーク、
9A 、 9B : 外部装置
71 : プロセッサ、
72 : 主記憶装置、
73 : 補助記憶装置、
74 : ネットワークインタフェース、
75 : デバイスインタフェース、
76 : バス、
8 : ネットワーク、
9A 、 9B : 外部装置
Claims (21)
1 又は複数のメモリと、
1 又は複数のプロセッサと、を備え、
前記 1 又は複数のプロセッサは、
始状態から終状態を接続する経路を取得し、
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する、
情報処理装置。
1 又は複数のプロセッサと、を備え、
前記 1 又は複数のプロセッサは、
始状態から終状態を接続する経路を取得し、
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する、
情報処理装置。
前記 1 又は複数のプロセッサは、
前記分割された経路に基づいて、遷移状態を取得し、
前記遷移状態に基づいて、前記反応経路を取得する、
請求項1に記載の情報処理装置。
前記分割された経路に基づいて、遷移状態を取得し、
前記遷移状態に基づいて、前記反応経路を取得する、
請求項1に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
Climbing String 法に基づいて、前記遷移状態を取得する、
請求項2に記載の情報処理装置。
Climbing String 法に基づいて、前記遷移状態を取得する、
請求項2に記載の情報処理装置。
前記分割された経路は、少なくとも第1エネルギーより高いエネルギーを有する第1領域と、前記第1エネルギーより低いエネルギーを有する第2領域と、を含み、
前記 1 又は複数のプロセッサは、
前記第1領域において、前記第2領域より多くのイメージを定義することにより、前記遷移状態を取得する、
請求項2に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記第1領域において、前記第2領域より多くのイメージを定義することにより、前記遷移状態を取得する、
請求項2に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記分割された経路におけるエネルギーが最大になる点を探索し、
前記エネルギーが最大となる点を用いて、前記遷移状態を取得する、
請求項2に記載の情報処理装置。
前記分割された経路におけるエネルギーが最大になる点を探索し、
前記エネルギーが最大となる点を用いて、前記遷移状態を取得する、
請求項2に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記エネルギーが最大となる点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくすることにより、前記遷移状態を取得する、
請求項5に記載の情報処理装置。
前記エネルギーが最大となる点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくすることにより、前記遷移状態を取得する、
請求項5に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記エネルギーが最大となる点から他の点へ向かって補間を実行するタイミングにおいて、前記エネルギーが最大となる点から所定数の補間については第1の値より小さい補間間隔で補間を実行し、前記所定数を超える補間については前記第1の値以上の補間間隔で補間を実行する、
請求項5に記載の情報処理装置。
前記エネルギーが最大となる点から他の点へ向かって補間を実行するタイミングにおいて、前記エネルギーが最大となる点から所定数の補間については第1の値より小さい補間間隔で補間を実行し、前記所定数を超える補間については前記第1の値以上の補間間隔で補間を実行する、
請求項5に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記分割された経路に基づく遷移状態の取得処理によって第2の極小点が検出された場合、前記第2の極小点に基づいて前記分割された経路を分割する、
請求項1に記載の情報処理装置。
前記分割された経路に基づく遷移状態の取得処理によって第2の極小点が検出された場合、前記第2の極小点に基づいて前記分割された経路を分割する、
請求項1に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記分割された経路に基づいて、第1の手法を用いて遷移状態を探索し、
前記第1の手法の探索結果に基づく第2の手法の実行により、前記遷移状態を取得する、
請求項1に記載の情報処理装置。
前記分割された経路に基づいて、第1の手法を用いて遷移状態を探索し、
前記第1の手法の探索結果に基づく第2の手法の実行により、前記遷移状態を取得する、
請求項1に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記第1の手法により探索された前記遷移状態の近傍の点に基づいて、前記第2の手法を実行する、
請求項9に記載の情報処理装置。
前記第1の手法により探索された前記遷移状態の近傍の点に基づいて、前記第2の手法を実行する、
請求項9に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記第2の手法が発散した場合、前記第1の手法を用いた前記遷移状態の探索を、実行条件を変えて再度実行する、
請求項9に記載の情報処理装置。
前記第2の手法が発散した場合、前記第1の手法を用いた前記遷移状態の探索を、実行条件を変えて再度実行する、
請求項9に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
第3の手法を用いて、少なくとも、取得した前記遷移状態と前記始状態を接続する経路、又は、取得した前記遷移状態と前記終状態を接続する経路のいずれかを探索し、
前記探索した経路を接続することで、前記反応経路を取得する、
請求項9乃至請求項11のいずれか1項に記載の情報処理装置。
第3の手法を用いて、少なくとも、取得した前記遷移状態と前記始状態を接続する経路、又は、取得した前記遷移状態と前記終状態を接続する経路のいずれかを探索し、
前記探索した経路を接続することで、前記反応経路を取得する、
請求項9乃至請求項11のいずれか1項に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記経路の探索処理によって第3の極小点を検出した場合、前記第3の極小点に基づいて前記探索した経路を分割する、
請求項12に記載の情報処理装置。
前記経路の探索処理によって第3の極小点を検出した場合、前記第3の極小点に基づいて前記探索した経路を分割する、
請求項12に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記分割された経路、又は、前記反応経路における2つの極小点の間の距離に基づいてループを検出し、
前記2つの極小点を接続する経路を探索することで前記ループを解消する、
請求項1に記載の情報処理装置。
前記分割された経路、又は、前記反応経路における2つの極小点の間の距離に基づいてループを検出し、
前記2つの極小点を接続する経路を探索することで前記ループを解消する、
請求項1に記載の情報処理装置。
1 又は複数のメモリと、
1 又は複数のプロセッサと、を備え、
前記 1 又は複数のプロセッサは、
始状態から終状態を接続する経路を取得し、
前記経路に基づく最適化を実行することにより、前記始状態から前記終状態までの反応経路を取得し、
前記 1 又は複数のプロセッサは、前記最適化において、
前記経路に基づいて、エネルギーの極大点を探索し、
前記極大点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくする、
情報処理装置。
1 又は複数のプロセッサと、を備え、
前記 1 又は複数のプロセッサは、
始状態から終状態を接続する経路を取得し、
前記経路に基づく最適化を実行することにより、前記始状態から前記終状態までの反応経路を取得し、
前記 1 又は複数のプロセッサは、前記最適化において、
前記経路に基づいて、エネルギーの極大点を探索し、
前記極大点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくする、
情報処理装置。
取得された前記経路は、初期の経路である、
請求項15に記載の情報処理装置。
請求項15に記載の情報処理装置。
前記 1 又は複数のプロセッサは、
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路に対して前記最適化を実行することにより、前記反応経路を取得する、
請求項15又は請求項16に記載の情報処理装置。
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路に対して前記最適化を実行することにより、前記反応経路を取得する、
請求項15又は請求項16に記載の情報処理装置。
1 又は複数のプロセッサにより、
始状態から終状態を接続する経路を取得し、
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する、
情報処理方法。
始状態から終状態を接続する経路を取得し、
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する、
情報処理方法。
1 又は複数のプロセッサに、
始状態から終状態を接続する経路を取得し、
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する、
情報処理方法を実行させる、プログラム。
始状態から終状態を接続する経路を取得し、
前記経路における極小点に基づいて前記経路を分割し、
前記分割された経路を最適化することにより、前記始状態から前記終状態までの反応経路を取得する、
情報処理方法を実行させる、プログラム。
1 又は複数のプロセッサにより、
始状態から終状態を接続する経路を取得し、
前記経路に基づく最適化を実行することにより、前記始状態から前記終状態までの反応経路を取得し、
前記最適化において、
前記経路に基づいて、エネルギーの極大点を探索し、
前記極大点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくする、
情報処理方法。
始状態から終状態を接続する経路を取得し、
前記経路に基づく最適化を実行することにより、前記始状態から前記終状態までの反応経路を取得し、
前記最適化において、
前記経路に基づいて、エネルギーの極大点を探索し、
前記極大点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくする、
情報処理方法。
1 又は複数のプロセッサに、
始状態から終状態を接続する経路を取得し、
前記経路に基づく最適化を実行することにより、前記始状態から前記終状態までの反応経路を取得し、
前記最適化において、
前記経路に基づいて、エネルギーの極大点を探索し、
前記極大点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくする、
情報処理方法を実行させるプログラム。
始状態から終状態を接続する経路を取得し、
前記経路に基づく最適化を実行することにより、前記始状態から前記終状態までの反応経路を取得し、
前記最適化において、
前記経路に基づいて、エネルギーの極大点を探索し、
前記極大点から所定範囲における補間の間隔を、他の点から所定範囲における補間の間隔より小さくする、
情報処理方法を実行させるプログラム。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2022-130179 | 2022-08-17 | ||
| JP2022130179A JP2025170447A (ja) | 2022-08-17 | 2022-08-17 | 情報処理装置、情報処理方法、及びプログラム |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024038864A1 true WO2024038864A1 (ja) | 2024-02-22 |
Family
ID=89941817
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2023/029556 Ceased WO2024038864A1 (ja) | 2022-08-17 | 2023-08-16 | 情報処理装置、情報処理方法、及びプログラム |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JP2025170447A (ja) |
| WO (1) | WO2024038864A1 (ja) |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2019016163A (ja) * | 2017-07-06 | 2019-01-31 | 富士通株式会社 | 磁性体シミュレーション装置、磁性体シミュレーションプログラム、及び磁性体シミュレーション方法 |
-
2022
- 2022-08-17 JP JP2022130179A patent/JP2025170447A/ja active Pending
-
2023
- 2023-08-16 WO PCT/JP2023/029556 patent/WO2024038864A1/ja not_active Ceased
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2019016163A (ja) * | 2017-07-06 | 2019-01-31 | 富士通株式会社 | 磁性体シミュレーション装置、磁性体シミュレーションプログラム、及び磁性体シミュレーション方法 |
Non-Patent Citations (4)
| Title |
|---|
| EMILE MARAS; OLEG TRUSHIN; ALEXANDER STUKOWSKI; TAPIO ALA-NISSILA; HANNES JONSSON: "Global transition path search for dislocation formation in Ge on Si(001)", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 25 January 2016 (2016-01-25), 201 Olin Library Cornell University Ithaca, NY 14853 , XP080811432, DOI: 10.1016/j.cpc.2016.04.001 * |
| LIN YING-HSUAN, ZHANG HAOFEI, PYE HAVALA O. T., ZHANG ZHENFA, MARTH WENDY J., PARK SARAH, ARASHIRO MAIKO, CUI TIANQU, BUDISULISTIO: "Epoxide as a precursor to secondary organic aerosol formation from isoprene photooxidation in the presence of nitrogen oxides", PROCEEDINGS OF THE NATIONAL ACADEMY OF SCIENCES, NATIONAL ACADEMY OF SCIENCES, vol. 110, no. 17, 23 April 2013 (2013-04-23), pages 6718 - 6723, XP093140785, ISSN: 0027-8424, DOI: 10.1073/pnas.1221150110 * |
| REN WEIQING, VANDEN EIJNDEN ERIC: "A climbing string method for saddle point search", THE JOURNAL OF CHEMICAL PHYSICS, vol. 138, no. 13, 7 April 2013 (2013-04-07), USA , pages 134105 - 134105, XP009553850, ISSN: 1089-7690, DOI: 10.1063/1.4798344 * |
| ZHAO LIMING, WATANABE K-JIRO, NAKATANI NAOKI, NAKAYAMA AKIRA, XU XIN, HASEGAWA JUN-YA: "Extending nudged elastic band method to reaction pathways involving multiple spin states", THE JOURNAL OF CHEMICAL PHYSICS, AMERICAN INSTITUTE OF PHYSICS, US, vol. 153, no. 13, 7 October 2020 (2020-10-07), US , pages 134114, XP093140784, ISSN: 0021-9606, DOI: 10.1063/5.0021923 * |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2025170447A (ja) | 2025-11-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10439594B2 (en) | Actually-measured marine environment data assimilation method based on sequence recursive filtering three-dimensional variation | |
| CN114521263A (zh) | 推测装置、训练装置、推测方法以及训练方法 | |
| WO2018039011A1 (en) | Asychronous training of machine learning model | |
| JP2020525872A (ja) | インフルエンザ予測モデルの生成方法、装置及びコンピュータ可読記憶媒体 | |
| JP2016161570A (ja) | デバイスのロケーションを求める方法およびデバイス | |
| CN113284245B (zh) | 巷道三维模型构建方法、装置和电子设备 | |
| CN114566232A (zh) | 一种分子表征模型训练方法、装置及电子设备 | |
| WO2020230043A1 (en) | Feature vector feasibilty estimation | |
| Bullmann et al. | Fast kernel density estimation using Gaussian filter approximation | |
| CN113835067B (zh) | 一种抗频谱弥散干扰方法及装置 | |
| WO2022260172A1 (ja) | 探索装置、探索方法、プログラム及び非一時的コンピュータ可読媒体 | |
| KR20140109726A (ko) | 적은 연산량을 갖는 래티스 리덕션 방법 및 장치 | |
| CN113642510A (zh) | 目标检测方法、装置、设备和计算机可读介质 | |
| CN117728923A (zh) | 量子信道编码搜索方法、装置及电子设备 | |
| WO2024038864A1 (ja) | 情報処理装置、情報処理方法、及びプログラム | |
| JP6286182B2 (ja) | 推定方法およびそれを利用した推定装置 | |
| CN113674411B (zh) | 基于位姿图调整的建图方法及相关设备 | |
| KR102319015B1 (ko) | 정밀 점유 지도 작성을 위한 적응형 커널 추론 방법 및 장치 | |
| US20230229971A1 (en) | Systems and methods for optimizing a machine learning model | |
| EP4343640A1 (en) | Method for generating a quantum computing program and apparatus for implementing the same | |
| WO2020142251A1 (en) | Prediction for time series data using a space partitioning data structure | |
| CN113534044B (zh) | 一种毫米波室内定位方法及系统 | |
| Ha et al. | Ensuring stability in continuous time system identification instrumental variable method for over-parameterized models | |
| CN114022621A (zh) | 用于无法向点云数据重建网格曲面的方法、设备和介质 | |
| JP5618566B2 (ja) | 追尾装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23854898 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23854898 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: JP |