WO2023188732A1 - 情報処理方法、情報処理システム、及びプログラム - Google Patents

情報処理方法、情報処理システム、及びプログラム Download PDF

Info

Publication number
WO2023188732A1
WO2023188732A1 PCT/JP2023/001944 JP2023001944W WO2023188732A1 WO 2023188732 A1 WO2023188732 A1 WO 2023188732A1 JP 2023001944 W JP2023001944 W JP 2023001944W WO 2023188732 A1 WO2023188732 A1 WO 2023188732A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
dimensional structure
polyhedra
polyhedron
information processing
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
Application number
PCT/JP2023/001944
Other languages
English (en)
French (fr)
Japanese (ja)
Inventor
智康 横山
和秀 市川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Intellectual Property Management Co Ltd
Original Assignee
Panasonic Intellectual Property Management Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Panasonic Intellectual Property Management Co Ltd filed Critical Panasonic Intellectual Property Management Co Ltd
Priority to JP2024511291A priority Critical patent/JPWO2023188732A1/ja
Publication of WO2023188732A1 publication Critical patent/WO2023188732A1/ja
Priority to US18/888,236 priority patent/US20250028869A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16CCOMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
    • G16C20/00Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
    • G16C20/40Searching chemical structures or physicochemical data

Definitions

  • the present disclosure relates to techniques and the like for generating three-dimensional structures.
  • Space filling is an operation that fills a space with shapes without any gaps.
  • space filling in a two-dimensional space is called plane filling, which is an operation that fills a two-dimensional space with a planar figure without any gaps.
  • Patent Document 1 discloses a method of generating a three-dimensional solid.
  • Patent Document 2 discloses a method for simulating a housing structure.
  • Non-Patent Document 1 discloses a polyhedral code and a multivesicular code.
  • the present disclosure provides an information processing method and the like that can generate a space-filling structure in a three-dimensional space.
  • An information processing method is an information processing method executed by a computer, and includes the steps of: acquiring first information regarding a plurality of polyhedra including two or more types of polyhedra having mutually different shapes; The steps include the steps of generating second information regarding a three-dimensional structure in which the plurality of polyhedra are arranged based on the information, and outputting the generated second information, wherein the three-dimensional structure is It has a structure in which polyhedrons are arranged without gaps.
  • a space-filling structure in three-dimensional space can be generated.
  • FIG. 1 is a diagram showing an example of a three-dimensional structure generated from a plurality of polyhedra.
  • FIG. 2 is a diagram showing another example of a three-dimensional structure generated from a plurality of polyhedra.
  • FIG. 3 is a diagram showing still another example of a three-dimensional structure generated from a plurality of polyhedra.
  • FIG. 4 is a diagram showing an example of a crystal structure generated from a three-dimensional structure.
  • FIG. 5 is a block diagram showing the overall configuration including the information processing system according to the first embodiment.
  • FIG. 6 is a diagram illustrating an example of polyhedral data stored in the first storage unit.
  • FIG. 7 is a diagram illustrating an example of second information stored in the second storage unit.
  • FIG. 1 is a diagram showing an example of a three-dimensional structure generated from a plurality of polyhedra.
  • FIG. 2 is a diagram showing another example of a three-dimensional structure generated from a plurality of polyhedra.
  • FIG. 3
  • FIG. 8 is a diagram showing an image displayed on the display unit in the first usage example of the first embodiment.
  • FIG. 9 is a diagram showing an image displayed on the display unit in the first usage example of the first embodiment.
  • FIG. 10 is a diagram showing a list of Bravais lattices.
  • FIG. 11 is a diagram showing an image displayed on the display unit in the second usage example of the first embodiment.
  • FIG. 12 is a diagram showing an example of the symmetry of a three-dimensional structure.
  • FIG. 13 is a diagram showing an image displayed on the display unit in the third usage example of the first embodiment.
  • FIG. 14 is a diagram showing an image displayed on the display unit in the fourth usage example of the first embodiment.
  • FIG. 15 is a diagram showing an image displayed on the display unit in the fifth usage example of the first embodiment.
  • FIG. 16 is a diagram showing an example of skewness of a polyhedron.
  • FIG. 17 is a diagram showing an example of a three-dimensional structure with distortion.
  • FIG. 18 is a flowchart illustrating an example of the operation of the information processing system according to the first embodiment.
  • FIG. 19 is a flowchart showing an example of the process of generating a polyhedron code from a polyhedron.
  • FIG. 20 is a diagram showing an example of the process of generating a polyhedral code from a regular tetrahedron.
  • FIG. 21 is a diagram showing an example of the process of generating a polyhedron code from a regular octahedron.
  • FIG. 22 is a diagram showing an example of the process of generating a polyhedral code from a cuboctahedron.
  • FIG. 23 is a flowchart showing an example of the process of generating a multivesicular code from a polyhedral code.
  • FIG. 24 is a flowchart showing an example of the process of generating a three-dimensional structure from a multivesicular body code.
  • FIG. 25 is a diagram showing a specific example of a multivesicular body code.
  • FIG. 26 is a diagram showing a specific example of the process of generating a three-dimensional structure from a multivesicular body code.
  • FIG. 27 is a sequence diagram illustrating an operation example of the information processing system, the display unit, the first storage unit, and the second storage unit according to the first embodiment.
  • FIG. 28 is a flowchart showing another example of the operation of the information processing system according to the first embodiment.
  • FIG. 29 is a diagram showing a specific example of the process of converting a polyhedron into a polyhedron graph.
  • FIG. 30 is a diagram showing a specific example of converting a periodic graph into a three-dimensional structure.
  • FIG. 31 is a diagram showing an image displayed on the display unit in the first usage example of the second embodiment.
  • FIG. 32 is a diagram showing an image displayed on the display unit in the first usage example of the second embodiment.
  • FIG. 33 is a diagram showing an image displayed on the display unit in the first usage example of the second embodiment.
  • FIG. 34 is a sequence diagram showing a first operation example of the information processing system, the display section, the first storage section, and the second storage section according to the second embodiment.
  • FIG. 35 is a diagram showing an image displayed on the display unit in the second usage example of the second embodiment.
  • FIG. 36 is a diagram showing an image displayed on the display unit in the second usage example of the second embodiment.
  • FIG. 37 is a sequence diagram showing a second operation example of the information processing system, the display section, the first storage section, and the second storage section according to the second embodiment.
  • FIG. 38 is a block diagram showing the overall configuration including the information processing system according to the third embodiment.
  • FIG. 34 is a sequence diagram showing a first operation example of the information processing system, the display section, the first storage section, and the second storage section according to the second embodiment.
  • FIG. 35 is a diagram showing an image displayed on the display unit in the second usage example of the
  • FIG. 39 is a diagram showing an image displayed on the display unit in the usage example of the third embodiment.
  • FIG. 40 is a diagram showing an example of a three-dimensional structure related to a building.
  • FIG. 41 is a diagram showing an example of a three-dimensional structure regarding an ornament.
  • FIG. 42 is a diagram showing an example of a three-dimensional structure related to an interior.
  • FIG. 43 is a diagram showing an example of a three-dimensional structure regarding a toy.
  • FIG. 44 is a diagram showing an example of a three-dimensional structure related to urban design.
  • FIG. 45 is a diagram showing an example of a three-dimensional structure related to storage.
  • FIG. 46 is a diagram showing an example of a three-dimensional structure related to food.
  • FIG. 40 is a diagram showing an example of a three-dimensional structure related to a building.
  • FIG. 41 is a diagram showing an example of a three-dimensional structure regarding an ornament.
  • FIG. 42 is a diagram showing an example of a
  • FIG. 47 is a diagram showing an example of a three-dimensional structure regarding materials.
  • FIG. 48 is a diagram showing sides a, b, and c of surface 1 of a regular tetrahedron.
  • FIG. 49 is a diagram showing surface 1 of a regular tetrahedron.
  • FIG. 50 is a diagram showing sides a, b, and c of face 1 of a regular octahedron.
  • FIG. 51 is a diagram showing surface 2 of a regular octahedron.
  • FIG. 52 is a diagram showing face 5 of a regular octahedron.
  • FIG. 53 is a diagram showing face 6 of a regular octahedron.
  • FIG. 48 is a diagram showing sides a, b, and c of surface 1 of a regular tetrahedron.
  • FIG. 49 is a diagram showing surface 1 of a regular tetrahedron.
  • FIG. 50 is a diagram showing sides a
  • FIG. 54 is a diagram showing sides a, b, and c of face 1 of a cuboctahedron.
  • FIG. 55 is a diagram showing surface 2 of a cuboctahedron.
  • FIG. 56 is a diagram showing face 6 of the cuboctahedron.
  • FIG. 57 is a diagram showing face 7 of the cuboctahedron.
  • a space-dimensional structure is a structure in which a plurality of solids such as polyhedra fill a three-dimensional space without gaps.
  • the three-dimensional structure here refers to a structure in which a plurality of polyhedra are arranged without gaps in a three-dimensional space.
  • the three-dimensional structure refers to a structure in which a plurality of polyhedra including two or more types of polyhedra having mutually different shapes are arranged without gaps in a three-dimensional space.
  • the structure of a material is the microstructure of a material such as a crystalline material or an amorphous material.
  • a material such as a crystalline material or an amorphous material.
  • an atom exists in coordination with and surrounded by a plurality of adjacent atoms.
  • the structure of an inorganic material is made up of polyhedra (coordination polyhedra) formed by connecting the centers of a plurality of adjacent atoms, filling a three-dimensional space without gaps.
  • the structure of the inorganic material can be regarded as a three-dimensional structure.
  • FIG. 1 is a diagram showing an example of a three-dimensional structure generated from a plurality of polyhedra.
  • the three-dimensional structure generated from two regular tetrahedrons and one regular octahedron shown in FIG. 1(a) has a face-centered cubic lattice shown in FIG.
  • FIG. 2 is a diagram showing another example of a three-dimensional structure generated from a plurality of polyhedra.
  • FIG. 3 is a diagram showing still another example of a three-dimensional structure generated from a plurality of polyhedra.
  • a three-dimensional structure generated from one regular octahedron and one cuboctahedron shown in FIG. 3(a) includes a perovskite structure shown in FIG. 3(b).
  • one cuboctahedron is shown in FIG. 3(b)
  • a plurality of cuboctahedrons are arranged without gaps around the regular octahedron at the center.
  • three-dimensional structures have the potential to be applied not only to material structures but also to a variety of other uses, such as the design of buildings.
  • Patent Document 1 discloses a method of generating a three-dimensional spatial figure that allows gaps. However, Patent Document 1 does not disclose a method for generating a three-dimensional structure in which a plurality of polyhedra are arranged without gaps.
  • Patent Document 2 discloses a method of generating housing structure data by combining three-dimensional blocks and performing a simulation of the housing structure using the housing structure data.
  • Patent Document 2 only discloses housing structure data by combining three-dimensional blocks with the same shape, but does not disclose a method for generating a three-dimensional structure using two or more types of polyhedra with different shapes. Not yet.
  • Non-Patent Document 1 discloses a polyhedral code that describes a polyhedron in a number sequence, and a multivesicular body code that describes a multivesicular body in a number sequence. However, Non-Patent Document 1 does not disclose a technique for using these to generate a three-dimensional structure in which a plurality of polyhedra are arranged without gaps.
  • an information processing method is an information processing method executed by a computer, in which first information regarding a plurality of polyhedra including two or more types of polyhedra having different shapes from each other is provided. , a step of generating second information regarding a three-dimensional structure in which the plurality of polyhedra are arranged based on the first information, and a step of outputting the generated second information,
  • the three-dimensional structure is a structure in which the plurality of polyhedra are arranged without gaps.
  • the second information is at least one of information indicating the three-dimensional structure, information indicating a numerical sequence including numbers or letters indicating the three-dimensional structure, and information indicating a periodic graph indicating the three-dimensional structure. It may include one.
  • shape information indicating the shape of each of the plurality of polyhedra is acquired as the first information
  • shape information indicated by the shape information is The second information regarding the three-dimensional structure in which the plurality of polyhedra are arranged without gaps may be generated.
  • step of acquiring the first information number information indicating the number of each shape of the plurality of polyhedra is further acquired as the first information, and in the step of generating the second information, the shape information is The second information regarding the three-dimensional structure may be generated in which the plurality of polyhedra having the indicated shapes are arranged without gaps in the number corresponding to each shape indicated by the number information.
  • composition ratio information indicating the composition ratio of each shape of the plurality of polyhedra is further acquired as the first information
  • second information regarding the three-dimensional structure may be generated in which the plurality of polyhedra having shapes indicated by the information are arranged without gaps in a composition ratio for each shape indicated by the composition ratio information.
  • Second information regarding the three-dimensional structure may be generated by distorting at least a portion of the plurality of polyhedra such that the skewness does not exceed the skewness indicated by the skewness information.
  • the skewness may include the position of the center of gravity of the polyhedron, the position of at least one vertex of the polyhedron, the length of at least one side of the polyhedron, and the length of at least one side of the polyhedron, based on the shape of the polyhedron indicated by the shape information.
  • the determination may be based on at least one of an angle formed by at least two sides and an area of at least one face of the polyhedron.
  • the method further includes the step of acquiring third information regarding the use of the three-dimensional structure, and in the step of generating the second information, the third information is added to the three-dimensional structure generated based on the first information.
  • the second information regarding the three-dimensional structure may be generated with information based on the intended use.
  • the step of generating the second information includes converting the acquired first information into a plurality of first number sequences representing each of the plurality of polyhedra, and generating the second information using the converted first number sequences. converting the second number sequence representing the multivesicular body into the three-dimensional structure.
  • the step of generating the second information includes a step of converting the acquired first information into a plurality of polyhedral graphs representing each of the plurality of polyhedra, and a step of generating the second information using the converted plurality of polyhedron graphs.
  • the method may further include converting a periodic graph into the three-dimensional structure.
  • an information processing system includes a display unit that displays a first image that receives an input of first information regarding a plurality of polyhedra including two or more types of polyhedra having mutually different shapes; a display control unit that causes the display unit to display a second image representing second information about the three-dimensional structure in which the plurality of polyhedra are arranged, which is generated based on the first information, and the three-dimensional structure is , is a structure in which the plurality of polyhedra are arranged without gaps.
  • the display unit further displays a third image that receives input of third information regarding the use of the three-dimensional structure, and the three-dimensional structure is generated based on the input first information, and
  • the structure may include information based on the purpose indicated by the input third information.
  • the program according to one aspect of the present disclosure includes the steps of: acquiring first information regarding a plurality of polyhedra including two or more types of polyhedra having mutually different shapes; and arranging the plurality of polyhedra based on the first information. a step of generating second information regarding the generated three-dimensional structure; and a step of outputting the generated second information; and the three-dimensional structure is a structure in which the plurality of polyhedra are arranged without gaps It is.
  • the present invention can also be implemented as a computer program that causes a computer to execute the characteristic processing included in the information processing method of the present disclosure. It goes without saying that such a computer program can be distributed via a computer-readable non-transitory recording medium such as a CD-ROM or a communication network such as the Internet.
  • the information processing system may be configured such that all the components are included in one computer, or may be configured as a system in which multiple components are respectively distributed among multiple computers. It's okay.
  • the three-dimensional structure is a structure that becomes a crystal structure when atoms are arranged. That is, in the first embodiment, the three-dimensional structure is used for materials such as inorganic materials.
  • Inorganic genes include, for example, K.
  • CRYSTAL-SELFIES which is an application of SELFIE proposed by Krenn et al., which can express a molecular structure using a string of alphabets, to a three-dimensional structure.
  • an inorganic gene is, for example, a multivesicular code that can be converted into a three-dimensional structure.
  • the multivesicular body code of type A zeolite (LTA) structure is represented by the numerical sequence "OHG 4 (HG) 4 H”.
  • “O”, “H”, and “G” are called a polyhedron code, which is a sequence determined from the input polyhedron.
  • “O” means a truncated octahedron, and is represented by the sequence "46 4 (46) 4 4".
  • “H” means a cube, and is represented by the numerical sequence "46”.
  • G means a truncated cuboctahedron, and is represented by the numerical sequence "6 (48) 3 (64) 6 (84) 3 6".
  • this multivesicular body code By changing the arrangement of this multivesicular body code, another three-dimensional structure composed of the same plurality of polyhedra can be generated. Furthermore, by changing the polyhedron code, any polyhedron can be expressed. In this way, by using inorganic genes typified by multivesicular body codes, it becomes possible to comprehensively generate three-dimensional structures from information on multiple polyhedra.
  • FIG. 4 is a diagram showing an example of a crystal structure generated from a three-dimensional structure.
  • Figure 4(a) represented as "3 4 (3 6 ) 4 (3 4 ) 6 3 4 " in the multivesicular body code
  • Figure 4(b) is It is possible to produce crystalline structures.
  • a molecular structure can be expressed as a graph. That is, the molecular structure can be expressed as a graph structure in which the "atoms" constituting a compound are “nodes” and the “bonds between atoms" are “edges” connecting the nodes.
  • the molecular structure is expressed as a graph and a molecular structure is generated is disclosed in JP-A-2021-081769.
  • a periodic graph is also called a crystal net, and is a three-dimensional periodic graph.
  • "three-dimensionally periodic” means that three linearly independent translations exist.
  • a crystal structure can be converted into a periodic graph by defining the bonds between atoms in the crystal structure.
  • a periodic graph can be uniquely converted into a crystal structure.
  • a periodic graph with two independent nodes and four edges connecting them as shown in Figure 4(c)
  • Figure 4(d) can be interconverted with the diamond-shaped structure shown in Figure 4(d).
  • a periodic graph is a graph that has a structure in which a plurality of polyhedra are arranged without gaps, and that can be converted into a three-dimensional structure that becomes a crystal structure when atoms are arranged.
  • FIG. 5 is a block diagram showing the overall configuration including the information processing system 100 according to the first embodiment.
  • the information processing system 100 is configured as a computer such as a personal computer or a server, for example. That is, the information processing system 100 may be realized by cloud computing, for example.
  • Embodiment 1 will be described assuming that information processing system 100 is a stationary computer.
  • the information processing system 100 includes an acquisition unit 11, a generation unit 12, and an output unit 13. Further, the information processing system 100 is connected to an input section 2, a display control section 30, a display section 3, a first storage section 4, and a second storage section 5.
  • the input unit 2, the display control unit 30, and the display unit 3 are configured by an information terminal used by a user, such as a smartphone, a tablet terminal, or a personal computer.
  • the input unit 2, display control unit 30, and display unit 3 may be an input unit, a display control unit, and a display unit included in an information terminal used by a user.
  • the input unit 2, the display control unit 30, the first storage unit 4, and the second storage unit 5 may all be connected to the information processing system 100 via a LAN (Local Area Network) or the like, or may be connected to the information processing system 100 via a LAN (Local Area Network) or the like. It may be connected to the information processing system 100 via a network.
  • LAN Local Area Network
  • the input unit 2, the display control unit 30, the first storage unit 4, and the second storage unit 5 may all be connected to the information processing system 100 via a LAN (Local Area Network) or the like, or may be connected to the information processing system 100 via a LAN (Local Area Network) or the like. It may be connected to the information processing system 100 via a network.
  • the input unit 2 is an input interface that accepts user input, and is composed of, for example, a keyboard, a touch sensor, a touch pad, a mouse, or the like.
  • the input unit 2 receives an input operation by a user, and outputs a signal corresponding to the input operation to the information processing system 100.
  • the display section 3 and the input section 2 are configured independently from each other, but they may be configured integrally like a touch panel.
  • the information processing system 100 does not include the display unit 3 and the input unit 2, but may include these.
  • the input unit 2 receives input of first information regarding a plurality of polyhedra.
  • the first information may include, for example, the type of polyhedron, the number of polyhedra, the allowed skewness, or the allowed symmetry. Details of the first information and input of the first information by the input unit 2 will be described later.
  • the display control unit 30 causes the display unit 3 to display images and the like based on information output from the output unit 13 of the information processing system 100.
  • the display unit 3 displays images and the like under the control of the display control unit 30.
  • the display unit 3 is, for example, a liquid crystal display, a plasma display, an organic EL (Electro-Luminescence) display, or the like, but is not limited thereto.
  • the first storage unit 4 is a recording medium for storing a polyhedron database.
  • the recording medium is, for example, a hard disk drive, RAM (Random Access Memory), ROM (Read Only Memory), or semiconductor memory. Note that such a recording medium may be volatile or nonvolatile.
  • the polyhedron database includes data regarding the polyhedron, such as a diagram of the polyhedron, the number of vertices, the number of sides, the number of faces, or the shape of the face of the polyhedron.
  • Examples of polyhedra recorded in the polyhedron database include regular polyhedra such as a regular tetrahedron, a regular hexahedron, a regular octahedron, a regular dodecahedron, and a regular icosahedron.
  • Examples of polyhedra include truncated tetrahedron, truncated hexahedron, truncated octahedron, truncated dodecahedron, truncated icosahedron, cuboctahedron, icosico-dodecahedron, and orthorhombic cube.
  • the polyhedral data is used when the user inputs first information through the input unit 2.
  • FIG. 6 is a diagram showing an example of polyhedron data stored in the first storage unit 4.
  • 6(a) shows the structure of a polyhedron (here, a regular octahedron)
  • FIG. 6(b) shows the structure of the polyhedron shown in FIG. 6(a) in a predetermined description format (here, a regular octahedron). , xyz file format).
  • the first storage unit 4 stores polyhedral data such as an image showing the structure of a polyhedron as shown in FIG. 6(a), and data written in a predetermined description format as shown in FIG. 6(b). Saved as .
  • the second storage unit 5 is a recording medium for storing second information regarding the three-dimensional structure generated by the generation unit 12.
  • the recording medium is, for example, a hard disk drive, RAM (Random Access Memory), ROM (Read Only Memory), or semiconductor memory. Note that such a recording medium may be volatile or nonvolatile.
  • FIG. 7 is a diagram showing an example of the second information stored in the second storage unit 5.
  • FIG. 7(a) shows the three-dimensional structure (in this case, an FCC type structure) indicated by the second information
  • FIG. 7(b) shows the three-dimensional structure shown in FIG. 7(a). It shows data written in a predetermined description format (here, D-Symbol format).
  • the second storage unit 5 stores, for example, an image showing a three-dimensional structure as shown in FIG. 7(a), and data described in a predetermined description format as shown in FIG. 7(b). Saved as information.
  • the second information includes, for example, three-dimensional data, graph data, space group, Wyckoff label, cell size, coordinates, maximum distortion of a polyhedron, and the like.
  • the file format (extension) of the data saved in the second storage unit 5 is, for example, *. sldprt, *. sldasm, *. iam, *. ipt, *. model, *. CATPart, *. CATProduct, *. 3ds, or *. max etc.
  • the file format (extension) please refer to the site indicated by the URL "https://www.data-henkan.com/extension-list”.
  • the acquisition unit 11 acquires first information regarding a plurality of polyhedra including two or more types of polyhedra with mutually different shapes.
  • the acquisition unit 11 is the main body that executes the step of acquiring the first information in the information processing method of the present disclosure. Specifically, the acquisition unit 11 acquires the first information input by the user through the input unit 2. As will be described later, the user performs an operation to input the first information while viewing the first image displayed on the display unit 3 and accepting input of the first information.
  • the generation unit 12 generates second information regarding a three-dimensional structure in which a plurality of polyhedra are arranged, based on the first information acquired by the acquisition unit 11.
  • the generation unit 12 is the main entity that executes the step of generating the second information in the information processing method of the present disclosure.
  • the generation unit 12 performs a process of converting the acquired first information into a plurality of first number sequences each representing a plurality of polyhedra, and a multivesicular body generated using the converted plurality of first number sequences.
  • a process of converting the second number sequence representing , into a three-dimensional structure is executed.
  • the generation unit 12 converts each of the plurality of polyhedra into polyhedral codes (first number sequence), and converts the multivesicular code (second number sequence) generated using the plurality of polyhedron codes into a three-dimensional structure. Process and execute. Details of each of the above processes will be described later.
  • the output unit 13 causes the display unit 3 to display the image etc. by outputting the image etc. to the display control unit 30. Furthermore, the output unit 13 outputs the second information generated by the generation unit 12.
  • the output unit 13 is the main body that executes the step of outputting the second information in the information processing method of the present disclosure. Specifically, the output unit 13 outputs the second information by displaying the second image representing the second information generated by the generation unit 12 on the display unit 3. As will be described later, the user performs an operation to select second information to be stored in the second storage unit 5 while viewing the second image displayed on the display unit 3.
  • Examples of usage of the information processing system 100 according to the first embodiment will be listed below.
  • the information processing system 100 may apply any one of the first to fifth usage examples described below, or may apply a combination of multiple usage examples. Further, in the following description of the second to fifth usage examples, descriptions of points common to the first usage example will be omitted.
  • FIG. 8 and 9 are diagrams showing images displayed on the display unit 3 in the first usage example of the first embodiment.
  • (a) of FIG. 8 represents an example of the first image displayed on the display unit 3.
  • the first image is displayed on the display unit 3 by the output unit 13 by reading the polyhedron data stored in the first storage unit 4.
  • the first image includes a shape selection area for selecting the shape of a polyhedron, a unit structure selection area for selecting a unit structure (in this case, a Bravais lattice), and a ⁇ generate three-dimensional structure'' function. '' and an execution icon.
  • the shape selection area a plurality of polyhedra that can be selected by the user and a plurality of selection buttons respectively corresponding to the plurality of polyhedra are displayed.
  • the shape name of each polyhedron may be displayed in the shape selection area.
  • each polyhedron may be displayed as a moving image instead of a still image.
  • the user selects a polyhedron to be included in the three-dimensional structure in the shape selection area.
  • the acquisition unit 11 (in the step of acquiring the first information) acquires shape information indicating the shape of each of the plurality of polyhedra as the first information.
  • the generation unit 12 when the user selects the execution icon, the generation unit 12 (in the step of generating second information) generates second information regarding a three-dimensional structure in which a plurality of polyhedra having the shape indicated by the shape information are arranged without gaps. do.
  • the user has selected a regular tetrahedron and a regular octahedron. Therefore, in this case, the generation unit 12 generates second information regarding a three-dimensional structure in which regular tetrahedrons and regular octahedrons are arranged without gaps.
  • the unit structure selection area displays the types of unit structures (in this case, Bravais lattice) that can be selected by the user.
  • the user can select either "cubic” or “tetragonal”; however, for example, in FIG. It may also be possible to select one from the list of Bravais lattices shown in .
  • FIG. 10 is a diagram showing a list of Bravais lattices.
  • the user selects a unit structure (here, a Bravais lattice) in the unit structure selection area.
  • the acquisition unit 11 acquires, as the first information, unit structure information indicating the shape of the unit structure in which a plurality of polyhedra are arranged without gaps.
  • the unit structure information is information indicating a Bravais lattice in a crystal structure.
  • the generation unit 12 in the step of generating the second information
  • the generation unit 12 generates a three-dimensional structure in which at least one unit structure (in this case, a Bravais lattice) indicated by the unit structure information is arranged. Generate second information regarding.
  • FIG. 8(b) shows an example of the second image displayed on the display unit 3.
  • the second image is displayed on the display unit 3 after the user selects the execution icon in the first image and the generation unit 12 generates second information regarding the three-dimensional structure.
  • the second image includes a table showing a list of three-dimensional structures generated by the generation unit 12 and an execution icon that says "Export selected three-dimensional structure.”
  • a column for selecting the 3D structure to be exported a column for displaying the identification number (ID) for each 3D structure, and a number for each shape of multiple polyhedra included in the 3D structure.
  • a column indicating the composition ratio (here, the composition ratio) and a column indicating the symmetry of the three-dimensional structure (here, the space group) are displayed.
  • the user selects the three-dimensional structure that he or she wants to save and selects the execution icon.
  • the display unit 3 displays an image including an area showing the selected three-dimensional structure and an execution icon "Save image”.
  • the user checks the selected three-dimensional structure and selects the execution icon if there is no problem.
  • the display unit 3 displays an image including a selection area for selecting the storage format of the three-dimensional structure and an execution icon "save".
  • the user can select either ".slbprt" or ".slbasm", but even if the user can select other storage formats, good.
  • second information regarding the three-dimensional structure selected by the user is stored in the second storage unit 5.
  • FIG. 11 is a diagram showing an image displayed on the display unit 3 in the second usage example of the first embodiment.
  • FIG. 11 shows an example of the first image displayed on the display section 3.
  • the first image includes a symmetry specification area for specifying the symmetry (here, space group) of the three-dimensional structure instead of the unit structure selection area. Contains.
  • FIG. 12 is a diagram showing an example of the symmetry of a three-dimensional structure.
  • the three-dimensional structure shown in FIG. 12(a) has symmetry shown by the space group "Fm3-m” with the space group number "225".
  • the three-dimensional structure shown in FIG. 12(b) has symmetry shown by the space group "l4/mmm” of the space group number "139".
  • space groups please refer to the site indicated by the URL "https://en.wikipedia.org/wiki/List_of_space_groups”.
  • the user specifies the symmetry of the three-dimensional structure by inputting the number of the desired space group into the text box in the symmetry specification area.
  • the range of desired space group numbers may be input in the text box.
  • the acquisition unit 11 acquires symmetry information indicating the symmetry of the three-dimensional structure as the first information.
  • the symmetry information is information indicating a space group in a crystal structure.
  • the generation unit 12 in the step of generating second information
  • the generation unit 12 generates second information regarding the three-dimensional structure having the symmetry (here, space group) indicated by the symmetry information. generate.
  • a plurality of space groups that can be selected by the user may be listed in the symmetry specification area of the first image instead of a text box. In this case, the user only has to select one of the plurality of space groups.
  • FIG. 13 is a diagram showing an image displayed on the display unit 3 in the third usage example of the first embodiment.
  • FIG. 13 shows an example of the first image displayed on the display unit 3.
  • the first image is a number for specifying the number of multiple polyhedra included in a three-dimensional structure for each shape of the polyhedron. Contains the specified area.
  • the name of the shape of the polyhedron selected in the shape selection area and a text box for specifying the number of polyhedra to be included in the three-dimensional structure are displayed.
  • the user has selected a regular tetrahedron and a regular octahedron in the shape selection area. Therefore, a text box for specifying the number of regular tetrahedra and a text box for specifying the number of regular octahedrons are displayed in the number specifying area.
  • the user specifies the number of polyhedra to be included in the three-dimensional structure by inputting the desired number into the text box in the number specification area.
  • the acquisition unit 11 in the step of acquiring the first information further acquires, as the first information, number information indicating the number of each shape of the plurality of polyhedra.
  • the generation unit 12 in the step of generating the second information arranges a plurality of polyhedra of the shape indicated by the shape information without gaps for each shape indicated by the number information. second information regarding the three-dimensional structure is generated.
  • FIG. 14 is a diagram showing an image displayed on the display unit 3 in the fourth usage example of the first embodiment.
  • FIG. 14 shows an example of the first image displayed on the display section 3.
  • the first image includes a composition ratio specification area for specifying the composition ratio for each polyhedral shape included in the three-dimensional structure, instead of a unit structure selection area. Contains.
  • the composition ratio specification area displays the name of the shape of the polyhedron selected in the shape selection area and a text box for specifying the composition ratio of the polyhedron to be included in the three-dimensional structure.
  • the user has selected a regular tetrahedron and a regular octahedron in the shape selection area. Therefore, in the composition ratio designation area, a text box for specifying the composition ratio of the regular tetrahedron and a text box for specifying the composition ratio of the regular octahedron are displayed.
  • the user specifies the composition ratio for each shape of the plurality of polyhedra to be included in the three-dimensional structure by inputting the desired composition ratio into the text box in the composition ratio specification area.
  • the acquisition unit 11 in the step of acquiring the first information further acquires composition ratio information indicating the composition ratio of each shape of the plurality of polyhedra as the first information.
  • the generation unit 12 in the step of generating the second information generates a plurality of polyhedra of the shape indicated by the shape information without any gaps at the composition ratio of each shape indicated by the composition ratio information. Second information regarding the placed three-dimensional structure is generated.
  • FIG. 15 is a diagram showing an image displayed on the display unit 3 in the fifth usage example of the first embodiment.
  • (a) of FIG. 15 represents an example of the first image displayed on the display unit 3.
  • the first image includes a skewness designation area for designating the allowable skewness of the shapes of the plurality of polyhedrons.
  • the degree of distortion indicates the degree to which the shape of the polyhedron is distorted based on the shape of the polyhedron indicated by the shape information, that is, the shape of the polyhedron displayed in the shape selection area.
  • the skewness is based on the shape of the polyhedron indicated by the shape information, the position of the center of gravity of the polyhedron, the position of at least one vertex of the polyhedron, the length of at least one side of the polyhedron, and the position of at least two sides of the polyhedron. It is determined based on at least one of the angle and the area of at least one face of the polyhedron.
  • the generation unit 12 attempts to generate a three-dimensional structure within the range of distortion allowed by the user.
  • the skewness is expressed by the following equation (1) using, for example, Baur's method.
  • “D” is the skewness
  • "l i” is the distance from the center of the polyhedron to the i-th vertex
  • " lav " is the average distance from the center of the polyhedron to the vertex.
  • Equation (2) the skewness is expressed by the following equation (2) using, for example, Robinson's method (quadratic elongation).
  • is the skewness
  • l i is the distance from the center of the polyhedron to the i-th vertex
  • l 0 is the distance from the center to the vertex of a regular polyhedron with the same volume.
  • FIG. 16 is a diagram showing an example of the skewness of a polyhedron.
  • FIG. 16A shows the shape of a polyhedron (here, a regular tetrahedron) having no distortion when the skewness "D" is "0.0".
  • FIG. 16(b) shows a case where the skewness "D" is "0.00869", that is, a polyhedron having distortion (here, the shape of a regular tetrahedron).
  • FIG. 17 is a diagram showing an example of a three-dimensional structure with distortion.
  • FIG. 17 shows a three-dimensional structure (here, a bcc-type structure) in which a plurality of distorted polyhedra (here, polyhedra obtained by distorting a regular tetrahedron) are arranged without gaps.
  • a text box for specifying the allowable skewness of the shapes of multiple polyhedra is displayed.
  • the user specifies the allowable skewness of the shapes of the plurality of polyhedra by inputting the desired skewness into the text box in the skewness specification area.
  • a desired range of skewness may be input in the text box.
  • the acquisition unit 11 in the step of acquiring the first information further acquires skewness information indicating the allowable skewness of the shapes of the plurality of polyhedra as the first information.
  • the generation unit 12 distorts at least some of the plurality of polyhedra so as not to exceed the skewness indicated by the skewness information. Generate second information regarding the dimensional structure.
  • FIG. 15(b) shows an example of the second image displayed on the display unit 3.
  • the second image displays total distortion, which is the sum of distortions of the three-dimensional structures, in a table showing a list of three-dimensional structures generated by the generation unit 12. It further includes a column.
  • FIG. 18 is a flowchart illustrating an example of the operation of the information processing system 100 according to the first embodiment.
  • Step S101 The acquisition unit 11 acquires first information.
  • the first information is input (selected) by the user using the input unit 2 while reading the polyhedron data stored in the first storage unit 4 and viewing the first image displayed on the display unit 3. ), the data is acquired by the acquisition unit 11.
  • the first information may be acquired by the acquisition unit 11 by the user inputting original data using the input unit 2 without referring to the first image.
  • Step S102 The generation unit 12 executes a process of converting the first information acquired by the acquisition unit 11 into a plurality of first number sequences each representing a plurality of polyhedra.
  • the generation unit 12 converts each polyhedron included in the first information into a polyhedron code.
  • Step S103 The generation unit 12 executes a process of generating a second number sequence representing a multivesicular body using the plurality of converted first number sequences.
  • the generation unit 12 generates a plurality of polyhedral codes based on the plurality of polyhedral codes obtained by the conversion.
  • Step S104 The generation unit 12 determines whether the generated multivesicular body code can be converted into a three-dimensional structure.
  • the generation unit 12 generates a multivesicular body code based on, for example, whether the faces of two polyhedra that touch each other are the same, or whether a plurality of polyhedra are arranged without gaps (in other words, whether the filling rate is 100% or not). It is possible to determine whether conversion to a three-dimensional structure is possible. If it is determined that conversion is possible (step S104: Yes), the generation unit 12 next executes step S105. If it is determined that conversion is not possible (step S104: No), the generation unit 12 next executes step S106.
  • Step S105 The generation unit 12 executes a process of converting the multivesicular body code into a three-dimensional structure.
  • K the above-mentioned K.
  • the generation unit 12 then executes step S106.
  • Step S106 The generation unit 12 determines whether there is a multivesicular body code whose convertibility has not yet been determined. If there is a multivesicular body code that has not been determined yet (S106: Yes), the generation unit 12 returns to step S104. When all the multivesicular body codes are determined (S106: No), the processing of the generation unit 12 is completed. The information processing system 100 (information processing method) then executes step S107.
  • Step S107 The output unit 13 executes a process of outputting the second information generated by the generation unit 12.
  • the output unit 13 outputs the second information by displaying the second image representing the second information generated by the generation unit 12 on the display unit 3.
  • the display section 3 may include a display control section 30.
  • the display section 3 including the display control section 30 may be referred to as a display section 3A.
  • the output unit 13 may output the second information generated by the generation unit 12 to the display unit 3A. Thereby, the display section 3A may display the second information. That is, the output unit 13 may display the second information on the display unit 3A.
  • the generation unit 12 cannot convert all the multivesicular body codes into a three-dimensional structure, the second information is not generated. If the generation unit 12 cannot convert all the multivesicular body codes into a three-dimensional structure, the second information is not displayed on the display unit 3.
  • FIG. 19 is a flowchart showing an example of the process of generating a polyhedron code from a polyhedron.
  • Step S201 The generation unit 12 assigns the number "1" to any face of the polyhedron.
  • Step S202 The generation unit 12 assigns "1" to the variable "i”.
  • Step S203 The generation unit 12 assigns the number "i+1" to the surface adjacent to the "i"-th surface.
  • Step S204 The generation unit 12 assigns numbers to the variable "j" number of faces adjacent to the "i” and following faces in a clockwise direction from the "i+1" face to the "i+j" face. The number of surfaces adjacent to the surface "i” or lower is assigned to the variable "j".
  • Step S205 The generation unit 12 determines whether numbers have been assigned to all faces of the polyhedron. If all faces of the polyhedron have been numbered (step S205: Yes), the generation unit 12 next executes step S209. If all faces of the polyhedron have not yet been numbered (step S205: No), the generation unit 12 next executes step S206.
  • Step S206 The generation unit 12 assigns the number "i+j+1" to an unnumbered surface adjacent to the "i+1" numbered surface.
  • Step S207 The generation unit 12 determines whether numbers have been assigned to all faces of the polyhedron. If all faces of the polyhedron have been numbered (step S207: Yes), the generation unit 12 next executes step S209. If all faces of the polyhedron have not yet been numbered (step S207: No), the generation unit 12 next executes step S208.
  • Step S208 The generation unit 12 assigns "i+j" to the variable "i”. The generation unit 12 then returns to step S204.
  • Step S209 The generation unit 12 converts the number of sides of each face into a numerical sequence by arranging the number of sides of each face in the order of the numbers given to all the faces of the polyhedron.
  • Step S210 The generation unit 12 determines whether there are any other sequence patterns. If there are other sequence patterns (step S210: Yes), the generation unit 12 returns to step S201. In this case, in step S201, the generation unit 12 assigns the number "1" to an arbitrary surface different from the surface previously assigned the number "1". If there are no other sequence patterns (step S210: No), the generation unit 12 next executes step S211.
  • Step S211 The generation unit 12 selects the smallest number sequence from one or more number sequences.
  • the selected number sequence becomes the polyhedral code.
  • FIG. 20 is a diagram showing an example of the process of generating a polyhedral code from a regular tetrahedron.
  • the generation unit 12 assigns a number "1" to an arbitrary surface.
  • the generation unit 12 sequentially assigns numbers "2", “3", and "4" to the faces adjacent to the face "1" clockwise (left-handed).
  • the surface numbered “1” is surface 1
  • the surface numbered “2” is surface 2
  • the surface numbered “3” is surface 3
  • the surface numbered "4" is surface 2.
  • the surface be surface 4 .
  • Surface 1 is the front right surface of each regular tetrahedron shown in FIG. The three sides of surface 1 are named, clockwise, side a, side b, and side c.
  • FIG. 48 is a diagram showing sides a, b, and c of surface 1 of a regular tetrahedron.
  • FIG. 49 is a diagram showing surface 1 of a regular tetrahedron. In FIG. 49, surface 1 is filled in black.
  • Surface 2 shares side a with surface 1
  • surface 3 shares side b with surface 1
  • surface 4 shares side c with surface 1 .
  • the generation unit 12 converts the number of sides of the faces into a numerical sequence in numerical order using terms as terms.
  • FIG. 21 is a diagram showing an example of the process of generating a polyhedron code from a regular octahedron.
  • the generation unit 12 assigns a number "1" to an arbitrary surface. Then, the generation unit 12 sequentially assigns numbers “2", “3", and “4" to the faces adjacent to the face "1" clockwise (left-handed).
  • the generation unit 12 assigns a number "5" to a surface that is adjacent to the surface "2" and has not been assigned a number yet.
  • the generation unit 12 sequentially assigns numbers "6" and "7” clockwise (left-handed) from the "5" face to the faces adjacent to the faces assigned numbers "4" and below. do.
  • the generation unit 12 assigns the number "8" to a surface adjacent to the surface "5" and to which no number has been assigned yet.
  • FIG. 21 the surface numbered “1" is surface 1
  • the surface numbered “8” is surface 8
  • Surface 1 is the far right surface in each regular octahedron shown in FIG.
  • the three sides of surface 1 are named a, b, and c in clockwise order.
  • FIG. 50 is a diagram showing sides a, b, and c of face 1 of a regular octahedron.
  • Surface 2 shares side a with surface 1
  • surface 3 shares side b with surface 1
  • surface 4 shares side c with surface 1 .
  • FIG. 51 is a diagram showing surface 2 of a regular octahedron. In FIG. 51, surface 2 is filled in black.
  • FIG. 51 is a diagram showing surface 2 of a regular octahedron. In FIG. 51, surface 2 is filled in black.
  • FIG. 52 is a diagram showing face 5 of a regular octahedron. In FIG. 52, surface 5 is filled in black.
  • FIG. 53 is a diagram showing face 6 of a regular octahedron. In FIG. 53, surface 6 is filled in black.
  • the generation unit 12 converts the number of sides of the faces into a numerical sequence in numerical order using terms as terms.
  • FIG. 22 is a diagram showing an example of the process of generating a polyhedron code from a cuboctahedron.
  • the generation unit 12 assigns a number "1" to an arbitrary surface. Then, the generation unit 12 sequentially assigns numbers “2", “3", and “4" to the faces adjacent to the face "1" clockwise (left-handed).
  • the generation unit 12 assigns a number "5" to a surface that is adjacent to the surface "2" and has not been assigned a number yet. Then, the generation unit 12 sequentially generates "6", "7", and “8” in clockwise (left-handed) order from the "5" face on the faces adjacent to the faces assigned numbers "4" and below. , “9", and "10".
  • the generation unit 12 assigns a number "11” to a surface adjacent to the surface "5" and to which no number has been assigned yet. Then, the generation unit 12 sequentially assigns numbers "12" and “13” clockwise (left-handed) from the "11" face to the faces adjacent to the faces assigned numbers "10" and below. do. Furthermore, the generation unit 12 assigns a number "14" to a surface that is adjacent to the surface "11” and has not been assigned a number yet.
  • FIG. 22 is a diagram showing sides a, b, and c of face 1 of a cuboctahedron.
  • Surface 2 shares side a with surface 1
  • surface 3 shares side b with surface 1
  • surface 4 shares side c with surface 1 .
  • FIG. 55 is a diagram showing surface 2 of a cuboctahedron. In FIG. 55, surface 2 is filled in black.
  • FIG. 56 is a diagram showing face 6 of the cuboctahedron. In FIG. 56, surface 6 is filled in black.
  • FIG. 57 is a diagram showing face 7 of the cuboctahedron. In FIG. 57, surface 7 is filled in black.
  • the generation unit 12 converts the number of sides of the faces into a numerical sequence in numerical order using terms as terms.
  • the term corresponding to the surface is "3".
  • sequence A is less than sequence B.
  • sequence B is less than sequence B.
  • FIG. 23 is a flowchart showing an example of the process of generating a multivesicular code from a polyhedral code.
  • the acquisition unit 11 will be described as acquiring the shapes of each of the plurality of polyhedra and the number of each shape as the first information.
  • Step S301 The generation unit 12 acquires the shape of each of the plurality of polyhedra and the number of each shape from among the first information acquired by the acquisition unit 11.
  • Step S302 The generation unit 12 prepares a plurality of polyhedral codes by converting each of the plurality of polyhedrons into a polyhedral code.
  • Step S303 The generation unit 12 generates a plurality of polyhedral codes based on the plurality of polyhedral codes.
  • the generation unit 12 generates a plurality of polyhedral codes by rearranging the sequence "OOOOOTTTTTT" of the plurality of polyhedral codes.
  • a plurality of polyhedral codes are generated based on a plurality of polyhedral codes, that is, eight T's and four O's.
  • Each of the plurality of multivesicular cords includes eight T's and four O's.
  • "OOOOOTTTTTTTT” and “TOOOOTTTTTT” are different multivesicular body codes.
  • FIG. 24 is a flowchart showing an example of the process of generating a three-dimensional structure from a multivesicular body code.
  • Step S401 The generation unit 12 generates a polyhedron corresponding to each term of the polyhedral code, that is, the polyhedral code.
  • Step S402 The generation unit 12 assigns numbers to each face of the polyhedron clockwise in the order of the terms of the multivesicular body code. For example, if the polyhedra corresponding to the first term of the multivesicular code are assigned numbers "1" to "4", the polyhedra corresponding to the second term of the multivesicular code are assigned numbers starting from "5". be done. That is, the generation unit 12 assigns numbers to each face of each polyhedron so that the numbers do not overlap in each polyhedron.
  • Step S403 The generation unit 12 determines the polyhedron having the lowest number of uncombined faces as a partial polyhedron.
  • Step S404 The generation unit 12 selects the faces of the remaining polyhedrons having the same shape as the face with the smallest number of the partial polyhedron. For example, if the smallest numbered face of a partial polyhedron has a triangular shape, the same triangular faces are selected from the remaining polyhedra.
  • one surface may be selected, or multiple surfaces may be selected.
  • Step S405 The generation unit 12 combines the lowest numbered surface of the selected surfaces with the uncombined lowest numbered surface of the partial multivesicular body.
  • Step S406 The generation unit 12 determines whether there is a set of unconnected faces between the faces of the partial multivesicular body and the faces of the remaining selected polyhedra. If there is a set of uncombined surfaces (step S406: Yes), the generation unit 12 next executes step S407. If there is no set of uncombined surfaces (step S406: No), the generation unit 12 next executes step S408.
  • Step S407 The generation unit 12 combines the uncombined faces of the partial polyhedron and the remaining selected polyhedra. The generation unit 12 then returns to step S406.
  • Step S408 The generation unit 12 determines whether there are any remaining uncombined polyhedra. If there are remaining uncombined polyhedra (step S408: Yes), the generation unit 12 returns to step S403. If there are no uncombined remaining polyhedra (step S408: No), the generation unit 12 next executes step S409.
  • Step S409 The generation unit 12 determines whether all polyhedra are filled 100%, in other words, whether all polyhedra are arranged without gaps. If all polyhedra have been filled 100% (step S409: Yes), the processing of the generation unit 12 is completed. In this case, the generation unit 12 has converted the multivesicular body code into a three-dimensional structure. If all polyhedra are not filled 100% (step S409: No), the generation unit 12 next executes step S410.
  • Step S410 The generation unit 12 discards three-dimensional structures whose filling rate is not 100%, and completes the process. In this case, the generation unit 12 does not convert the multivesicular body code into a three-dimensional structure.
  • FIG. 25 is a diagram showing a specific example of a multivesicular body code.
  • FIG. 26 is a diagram showing a specific example of the process of generating a three-dimensional structure from a multivesicular body code. As shown in FIG. 25, a case will be described below in which the multivesicular body code "TOOOOTTTTTT" is converted into a three-dimensional structure.
  • the generation unit 12 converts the polyhedral codes "T” and "O" in the multivesicular code into corresponding polyhedrons.
  • the polyhedron code "T” is a regular tetrahedron
  • the polyhedron code “O” is a regular octahedron.
  • the generation unit 12 assigns numbers to each face of the polyhedron clockwise in the order of the plurality of terms included in the multivesicular body code.
  • each face of the regular tetrahedron corresponding to the first term (leftmost term) of the multivesicular body code is given a number from ⁇ 1'' to ⁇ 4'', and each face of the regular octahedron corresponding to the second term is assigned a number from ⁇ 1'' to ⁇ 4''.
  • the faces are numbered from "5" to "10".
  • the generation unit 12 determines the regular tetrahedron corresponding to the first term of the multivesicular body code as a partial multivesicular body.
  • the generation unit 12 selects the remaining polyhedral faces having the shape of the smallest numbered face of the regular tetrahedron that is the partial multivesicular body.
  • the shape of the face "1" which is the lowest numbered face of the partial multivesicle, is triangular, and the shapes of the faces of all remaining polyhedra are triangular, so the faces of all remaining polyhedra are selected.
  • the generation unit 12 combines the lowest numbered surface of the selected surfaces with the uncombined lowest numbered surface of the partial multivesicular body.
  • the "1" face of the regular tetrahedron, which is a partial multivesicular body, and the "5" face of the regular octahedron, which corresponds to the second term of the multivesicular body code are combined.
  • the generation unit 12 repeats the process of joining the uncombined faces.
  • the generation unit 12 combines the face with the lowest unbound number "2" of the partial multivesicular body and the face with the lowest unbound number "13" among the remaining selected polyhedra. .
  • the generation unit 12 combines the face "3" and the face "21", and the face "4" and the face "29".
  • the generation unit 12 since there are remaining uncombined polyhedra, the generation unit 12 generates a polyhedron (here, a polyhedron corresponding to the second term of the multivesicular body code) having the lowest unconnected face number among the remaining polyhedra.
  • a regular octahedron is determined as a new partial multivesicular body, and the same process as above is repeated.
  • the generation unit 12 generates a three-dimensional structure with a filling rate of 100% by repeating the above process until there are no remaining unbonded polyhedra.
  • the generation unit 12 combines the face with the lowest unbound number "6" of the new partial multivesicular body with the face with the lowest unbound number "37” among the remaining selected polyhedra. .
  • the generation unit 12 combines the faces "7" and "41", the faces “8” and “45”, and the faces "9” and "49”. , join the faces "10” and "53”, join the faces "11” and "57”, and join the faces "12” and "59”.
  • the multivesicular body code "TOOOTTTTTTTTTT the three-dimensional structure generated by the generation unit 12 is an fcc type structure.
  • FIG. 27 is a sequence diagram showing an example of the operation of the information processing system 100, the display section 3, the first storage section 4, and the second storage section 5 according to the first embodiment.
  • Step S501 The acquisition unit 11 of the information processing system 100 acquires first information.
  • the first information is input (selected) by the user using the input unit 2 while reading the polyhedral data stored in the first storage unit 4 and viewing the first image displayed on the display unit 3.
  • the information is acquired by the acquisition unit 11.
  • Step S502 The generation unit 12 of the information processing system 100 executes a process of converting each polyhedron included in the first information acquired by the acquisition unit 11 into a polyhedron code.
  • Step S503 The generation unit 12 of the information processing system 100 executes a process of generating a plurality of polyhedral codes based on the plurality of polyhedral codes obtained by the conversion.
  • Step S504 The generation unit 12 of the information processing system 100 executes a process of determining whether the generated multivesicular body code can be converted into a three-dimensional structure.
  • Step S505 The generation unit 12 of the information processing system 100 executes a process of converting the multivesicular body code determined to be convertible into a three-dimensional structure.
  • Step S506 The display unit 3 displays a second image representing second information output from the output unit 13 of the information processing system 100.
  • Step S507 When the user selects a three-dimensional structure to save while viewing the second image displayed on the display unit 3, the information processing system 100 provides second information regarding the selected three-dimensional structure to the second storage unit 5. Thereby, the second storage unit 5 stores second information regarding the three-dimensional structure selected by the user.
  • a three-dimensional structure that is, a three-dimensional It becomes possible to comprehensively generate space-filling structures in a space. Therefore, in Embodiment 1, it is possible to search for unknown materials using the comprehensively generated three-dimensional structure, so that it is possible to improve the efficiency of the search for unknown materials.
  • a polyhedron is converted into a polyhedral code
  • a multivesicular body code is generated from the converted polyhedral code
  • the generated other body code is converted into a three-dimensional structure.
  • the information processing system 100 according to the first embodiment may convert a polyhedron into a polyhedral graph, generate a periodic graph from the converted polyhedron graph, and convert the generated periodic graph into a three-dimensional structure.
  • the generation unit 12 (the step of generating second information) converts the acquired first information into a plurality of polyhedron graphs each representing a plurality of polyhedra, and generates the second information using the converted polyhedron graphs.
  • a process of converting a periodic graph into a three-dimensional structure may also be executed.
  • FIG. 28 is a flowchart showing another example of the operation of the information processing system 100 according to the first embodiment.
  • Step S108 The acquisition unit 11 acquires first information.
  • the first information is input (selected) by the user using the input unit 2 while reading the polyhedron data stored in the first storage unit 4 and viewing the first image displayed on the display unit 3. ), the data is acquired by the acquisition unit 11.
  • the first information may be acquired by the acquisition unit 11 by the user inputting original data using the input unit 2 without referring to the first image.
  • Step S109 The generation unit 12 determines the position of the vertex of each polyhedron (vertex site) and the position of the center of each polyhedron (center site) based on the acquired first information.
  • Step S110 The generation unit 12 executes a process of converting the first information acquired by the acquisition unit 11 into a plurality of polyhedron graphs each representing a plurality of polyhedra.
  • the generation unit 12 converts each polyhedron included in the first information into a polyhedron graph.
  • Step S111 The generation unit 12 executes a process of generating a periodic graph using the converted polyhedral graph.
  • the generation unit 12 generates a plurality of periodic graphs based on a combination of a plurality of polyhedral graphs obtained by the conversion.
  • Step S112 The generation unit 12 determines whether the generated periodic graph can be converted into a three-dimensional structure. For example, the generation unit 12 determines whether or not the faces of two polyhedra that touch each other are the same, and whether or not the plurality of polyhedra are arranged without gaps (in other words, whether the filling rate is 100% or not). It is possible to determine whether conversion to a dimensional structure is possible. If it is determined that conversion is possible (step S112: Yes), the generation unit 12 next executes step S113. If it is determined that conversion is not possible (step S112: No), the generation unit 12 next executes step S114.
  • Step S113 The generation unit 12 executes a process of converting a periodic graph into a three-dimensional structure.
  • the conversion process for example, the method shown in the above-mentioned Kotani-Sunada theory (Kotani-Sunada, 2000, Trans. Amer. Mat) can be used.
  • the generation unit 12 then executes step S114.
  • Step S114 The generation unit 12 determines whether there is a periodic graph whose convertibility has not yet been determined. If there is a periodic graph that has not been determined yet (S114: Yes), the generation unit 12 returns to step S112. If the determination is made for all periodic graphs (S114: No), the processing of the generation unit 12 is completed. The information processing system 100 (information processing method) then executes step S115.
  • Step S115 The output unit 13 executes a process of outputting the second information generated by the generation unit 12.
  • the output unit 13 outputs the second information by displaying the second image representing the second information generated by the generation unit 12 on the display unit 3.
  • the display section 3 may include a display control section 30.
  • the display section 3 including the display control section 30 may be referred to as a display section 3A.
  • the output unit 13 may output the second information generated by the generation unit 12 to the display unit 3A. Thereby, the display section 3A may display the second information. That is, the output unit 13 may display the second information on the display unit 3A.
  • FIG. 29 is a diagram showing a specific example of the process of converting a polyhedron into a polyhedron graph.
  • FIG. 30 is a diagram showing a specific example of converting a periodic graph into a three-dimensional structure.
  • the generation unit 12 determines each vertex site of the polyhedron and the center site of the polyhedron. In the case of the regular tetrahedron shown in FIG. 29(a), the generation unit 12 determines four vertex sites and one center site as shown in FIG. 29(b). Furthermore, in the case of the regular octahedron shown in FIG. 29(d), the generation unit 12 determines six vertex sites and one vertex site, as shown in FIG. 29(e).
  • the generation unit 12 generates a polyhedron graph by connecting each vertex site and the center site of the polyhedron.
  • the generation unit 12 When the polyhedron is a regular tetrahedron, the generation unit 12 generates a polyhedron graph in which edges extend from the center node to each of the four vertex nodes, as shown in FIG. 29(c). Further, when the polyhedron is a regular octahedron, the generation unit 12 generates a polyhedron graph in which edges extend from the center node to each of the six vertex nodes, as shown in FIG. 29(f).
  • the generation unit 12 generates a periodic graph by connecting each vertex node in the generated polyhedral graph.
  • the periodic graph shown in FIG. 30(a) is a periodic graph generated from two polyhedral graphs corresponding to two regular tetrahedra and one polyhedral graph corresponding to one regular octahedron. This periodic graph is generated by combining the vertex nodes of each polyhedral graph into one.
  • the generation unit 12 then converts the generated periodic graph into a three-dimensional structure.
  • the three-dimensional structure (fcc type structure) shown in FIG. 30(b) is generated by converting the periodic graph shown in FIG. 30(a).
  • the information processing system 200 according to the second embodiment is different from the information processing system 100 according to the first embodiment in that the acquisition unit 11 acquires material information regarding the composition of the material as the first information.
  • the information processing system 200 according to the second embodiment includes an acquisition section 11, a generation section 12, and an output section 13, and has a configuration similar to the information processing system 100 according to the first embodiment. Since these are common, their explanation will be omitted.
  • 31, 32, and 33 are diagrams showing images displayed on the display section 3 in the first usage example of the second embodiment.
  • 31(a) and 31(b) each represent an example of the first image initially displayed on the display unit 3.
  • the display unit 3 may display the first image shown in FIG. 31(a), or may display the first image shown in FIG. 31(b).
  • the first image shown in FIG. 31(a) includes an element selection area for selecting an element and an execution icon "Next".
  • a periodic table is displayed in the element selection area.
  • the user selects an element (atom) contained in a desired material in the element selection area.
  • the element becomes the element arranged at the center of the polyhedron.
  • the acquisition unit 11 acquires material information regarding the composition of the material (here, atoms contained in the material) as the first information. It turns out.
  • the first image shown in FIG. 31(b) includes a composition specification area for specifying the composition of the material and an execution icon labeled "Next."
  • a text box is displayed for the user to specify the desired composition of the material.
  • the user enters the chemical formula of the desired material into the text box.
  • the acquisition unit 11 acquires material information regarding the composition of the material (here, the composition of the material itself) as the first information.
  • expressions using subscripts are omitted.
  • FIG. 32 shows an example of the first image displayed second on the display unit 3.
  • the first image shown in FIG. 32 is displayed on the display unit 3 when the user selects the execution icon in the first image shown in FIG. 31(a) or the first image shown in FIG. 31(b). be done.
  • an arrangement designation area for specifying the arrangement of elements (atoms) included in the material and an execution icon "Next" are displayed.
  • a table showing the number of each element in the polyhedron and the position (vertex or center) of each element in the polyhedron is displayed.
  • the acquisition unit 11 acquires, as the first information, arrangement information regarding the arrangement of elements (atoms) in the three-dimensional structure.
  • the acquisition unit 11 acquires, as the first information, placement information regarding the placement of elements (atoms) in the three-dimensional structure.
  • FIG. 33 shows an example of the first image displayed third on the display unit 3.
  • the first image shown in FIG. 33 is displayed on the display unit 3 when the user selects the execution icon in the first image shown in FIG. 32.
  • the first image shown in FIG. 33 includes a combination selection area for selecting a combination of polyhedra, a skewness designation area, and an execution icon "generate three-dimensional structure".
  • the first image shown in FIG. 33 may include, for example, a unit structure selection area instead of the skewness specification area. That is, any one of the first to fifth usage examples of the first embodiment, or a combination thereof, may be applied to the first image shown in FIG. 33, except for the combination selection area.
  • the combination selection area displays combinations of a plurality of polyhedra that can be selected by the user based on the arrangement information, and a plurality of selection buttons that respectively correspond to the combinations of the plurality of polyhedra.
  • the name of the shape of each polyhedron may be displayed in the combination selection area.
  • each polyhedron may be displayed as a moving image instead of a still image.
  • the user selects a combination of polyhedra to be included in the three-dimensional structure in the combination selection area.
  • the acquisition unit 11 acquires, as the first information, shape information indicating the shape of each of the plurality of polyhedra and composition ratio information indicating the composition ratio of each shape. I will do it.
  • the generation unit 12 determines number information indicating the number of each shape of a plurality of polyhedra based on the composition ratio information.
  • n may be a natural number of 2 or more and a predetermined value. The following process may be performed for each of the plural pieces of number information.
  • the generation unit 12 (in the step of generating the second information) generates second information regarding a three-dimensional structure in which a number of polyhedra having the shape indicated by the shape information are arranged without gaps in a number corresponding to the polyhedra.
  • the generation unit 12 generates second information regarding a three-dimensional structure in which a plurality of polyhedra having the shape indicated by the shape information are arranged without any gaps in the composition ratio of each shape indicated by the composition ratio information.
  • the above shape information and composition ratio information are information based on arrangement information. Therefore, it can be said that the generation unit 12 (in the step of generating the second information) generates the second information regarding the three-dimensional structure based on the arrangement of elements (atoms) indicated by the arrangement information.
  • the second image is displayed on the display unit 3, similar to the first usage example of the first embodiment. Then, by selecting the three-dimensional structure that the user wants to save and the storage format of the three-dimensional structure, second information regarding the three-dimensional structure selected by the user is saved in the second storage unit 5.
  • FIG. 34 is a sequence diagram showing a first operation example of the entire information processing system 200 according to the second embodiment, including the display section 3, the first storage section 4, and the second storage section 5.
  • Step S601 The acquisition unit 11 of the information processing system 200 acquires material information and arrangement information.
  • the material information is acquired by the acquisition unit 11 by the user inputting (selecting) using the input unit 2 while looking at the first image (see FIG. 31) that is first displayed on the display unit 3.
  • the arrangement information is acquired by the acquisition unit 11 by the user inputting (selecting) using the input unit 2 while looking at the first image displayed second on the display unit 3 (see FIG. 32). Ru.
  • Step S602 The acquisition unit 11 of the information processing system 200 searches for combinations of a plurality of polyhedra that can be selected by the user based on the arrangement information.
  • the acquisition unit 11 reads and refers to the polyhedron data stored in the first storage unit 4.
  • Step S603 The display unit 3 displays combinations of multiple polyhedra output from the output unit 13 of the information processing system 200. In other words, the display unit 3 displays the first image including a combination selection area for selecting a combination of polyhedra.
  • Step S604 The acquisition unit 11 of the information processing system 200 acquires first information.
  • the first information is shape information and composition ratio information, which the user inputs ( selection), the acquisition unit 11 acquires the information.
  • Step S605 The generation unit 12 of the information processing system 200 executes a process of converting the multivesicular code determined to be convertible into a three-dimensional structure. Note that step S605 is the same process as step S505 (see FIG. 27). Furthermore, between step S604 and step S605, the same processing as steps S502 to S504 (see FIG. 27) is executed.
  • Step S606 The display unit 3 displays a second image representing second information output from the output unit 13 of the information processing system 200.
  • Step S607 When the user selects a three-dimensional structure to be saved while viewing the second image displayed on the display unit 3, the information processing system 200 provides second information regarding the selected three-dimensional structure to the second storage unit 5. Thereby, the second storage unit 5 stores second information regarding the three-dimensional structure selected by the user.
  • FIG. 35 and 36 are both diagrams showing images displayed on the display unit 3 in the second usage example of the second embodiment.
  • FIG. 35 shows an example of the first image that is displayed second on the display unit 3.
  • the first image shown in FIG. 35 is displayed on the display unit 3 instead of the first image shown in FIG. 32.
  • the first image shown in FIG. 35 differs from the first image shown in FIG. It includes an execution icon that says "No" for not inputting information.
  • the display unit 3 displays, for example, one of the first to fifth usage examples of the first embodiment, A combined first image (see (a) of FIG. 8, FIG. 11, FIG. 13, FIG. 14, and (a) of FIG. 15) that prompts input of polyhedron information is displayed. Therefore, when the user inputs (selects) polyhedron information while looking at the first image displayed on the display unit 3, the acquisition unit 11 (in the step of acquiring the first information) obtains the polyhedron information (first information). will be obtained.
  • the generation unit 12 (in the step of generating second information) generates second information regarding the crystal structure that the composition of the material as a three-dimensional structure can have.
  • the generation unit 12 generates the second information based not only on the material information and placement information but also on the polyhedron information.
  • the generation unit 12 will generate the second information based on the material information and placement information.
  • FIG. 36 shows an example of the second image displayed on the display section 3.
  • the second image is displayed on the display unit 3 after the generation unit 12 generates second information regarding the three-dimensional structure (here, the crystal structure).
  • the second image includes a list of crystal structures generated by the generation unit 12 and an execution icon that says "Export selected crystal structure.”
  • the user selects the crystal structure that he or she wants to save and selects the execution icon. Thereafter, as in the first embodiment, the user selects a desired storage format, and the second information regarding the crystal structure selected by the user is stored in the second storage unit 5.
  • FIG. 37 is a sequence diagram showing a second operation example of the information processing system 200, the display section 3, the first storage section 4, and the second storage section 5 according to the second embodiment.
  • explanation will be given assuming that the user inputs polyhedron information.
  • Step S701 The acquisition unit 11 of the information processing system 200 acquires material information and arrangement information.
  • the material information is acquired by the acquisition unit 11 by the user inputting (selecting) using the input unit 2 while looking at the first image (see FIG. 31) that is first displayed on the display unit 3.
  • the arrangement information is acquired by the acquisition unit 11 by the user inputting (selecting) using the input unit 2 while looking at the first image displayed second on the display unit 3 (see FIG. 32). Ru.
  • Step S702 The acquisition unit 11 of the information processing system 200 acquires first information.
  • the first information is polyhedron information, and is acquired by the acquisition unit 11 by the user inputting (selecting) using the input unit 2 while viewing the first image displayed on the display unit 3. Ru.
  • Step S703 The generation unit 12 of the information processing system 200 executes a process of converting the multivesicular code determined to be convertible into a three-dimensional structure. Note that step S703 is the same process as step S505 (see FIG. 27). Furthermore, between step S702 and step S703, the same processing as steps S502 to S504 (see FIG. 27) is executed.
  • the generation unit 12 of the information processing system 200 generates a plurality of placement pattern candidates for each generated three-dimensional structure.
  • the arrangement pattern candidates are candidates for patterns of elements (atoms) arranged at each vertex and center of each polyhedron included in the three-dimensional structure. Note that the arrangement pattern candidates may also include a pattern in which no element is arranged at the center of the polyhedron.
  • Step S705 The generation unit 12 of the information processing system 200 generates a crystal structure for each arrangement pattern candidate. Specifically, the generation unit 12 generates a crystal structure by arranging elements (atoms) at each vertex and center of each polyhedron according to the arrangement pattern candidate.
  • Step S706 The display unit 3 displays a second image representing second information regarding the crystal structure, which is output from the output unit 13 of the information processing system 200.
  • Step S707 When the user selects a crystal structure to be saved while viewing the second image displayed on the display unit 3, the information processing system 200 provides second information regarding the selected crystal structure to the second storage unit 5. Thereby, the second storage unit 5 stores second information regarding the crystal structure selected by the user.
  • a three-dimensional structure that is, a space-filling structure in a three-dimensional space formed by combining a plurality of polyhedra based on the input material information is created.
  • a three-dimensional structure that is, a space-filling structure in a three-dimensional space
  • FIG. 38 is a block diagram showing the overall configuration including an information processing system 300 according to the third embodiment.
  • the information processing system 300 according to the third embodiment is different from the information processing system 100 according to the first embodiment in that the acquisition unit 11 further acquires third information regarding the use of the three-dimensional structure.
  • the information processing system 300 according to the third embodiment differs from the information processing system 100 according to the first embodiment in that a third storage unit 6 is further connected.
  • the information processing system 300 according to the third embodiment includes an acquisition section 11, a generation section 12, and an output section 13, and has a configuration similar to the information processing system 100 according to the first embodiment. Since these are common, their explanation will be omitted.
  • the third storage unit 6 is a recording medium for storing an application database regarding the application of the three-dimensional structure.
  • the recording medium is, for example, a hard disk drive, RAM (Random Access Memory), ROM (Read Only Memory), or semiconductor memory. Note that such a recording medium may be volatile or nonvolatile.
  • the usage database may include data on usage such as architecture, decorations, interiors, toys, urban design, storage, or food.
  • the data regarding architecture may include, for example, the strengthening or lightweighting of buildings, the design of buildings in outer space or the metaverse (virtual space), or data regarding buildings in general, such as monuments.
  • information on the use of buildings includes, for example, data on laws and regulations such as building standards, data on the physical properties of building materials, data on land or space, data on residents, data on rules in the metaverse, data on budgets, etc. may be included.
  • the data regarding the ornament may include data regarding the aspect of the ornament, such as a pendant, earrings, or ring. Further, the information regarding the use of the decorative item may include data regarding the physical properties of the material of the decorative item, data regarding the size, and the like.
  • the data regarding interior usage may include data regarding interior aspects such as shelves, lighting fixtures, or monuments. Further, the information regarding the interior use may include data regarding the physical properties of the interior material, data regarding the size, data regarding the weight limit, and the like.
  • Data about toys may include data about aspects of the toy, such as building blocks or puzzles, for example.
  • the information regarding the use of the toy may include, for example, data regarding the physical properties of the material of the toy, data regarding the target age, data regarding the user's hand size, data regarding the difficulty level of the toy, and the like.
  • Data regarding urban design may include data regarding road design, such as roads in the sky, roads in outer space, or roads in the metaverse. Further, the data regarding the use of urban design may include, for example, data regarding divisions such as boundaries of spaces. Further, the data regarding the use of urban design may include data regarding the layout, such as the layout of drones or the layout of stores in the metaverse.
  • data related to urban design uses include, for example, data related to residents, topography, climate, or culture, data related to infrastructure (water supply, sewerage, electricity, gas, etc.), and area (commercial area, residential area, or industrial area). This may include data related to data, data related to budget, data related to drones, data related to stores, data related to laws and regulations, etc.
  • the data regarding storage may include, for example, data regarding the manner in which the storage container can be stored at a filling rate of 100%. Further, the data regarding the storage use may include, for example, data regarding the physical properties of the material of the container or the contents, data regarding the size of the container, data regarding the contents (fragile items, Tenchi Muyo, etc.), and the like.
  • the data regarding food may include data regarding the mode of cooking, such as cake, for example. Further, the data regarding the use of the food may include, for example, data regarding the physical properties of the materials of the ingredients included in the dish, data regarding the size, and the like.
  • FIG. 39 is a diagram illustrating an image displayed on the display section 3 in usage example 1 of the third embodiment.
  • FIG. 39 shows an example of the first image and the third image displayed on the display unit 3.
  • the first image includes a shape selection area, a number specification area, a unit structure selection area, and an execution icon "Generate 3D structure". Note that the first image only needs to include a shape selection area, and the number specification area and unit structure selection area are not essential. Further, the first image may include at least one of a number specification area, a unit structure selection area, a symmetry specification area, a composition ratio specification area, and a skewness specification area.
  • the third image includes a usage selection area for selecting the usage of the three-dimensional structure.
  • a usage selection area names of multiple usages that can be selected by the user and multiple selection buttons respectively corresponding to the multiple usages are displayed. Note that in the usage selection area, an image of each usage may be displayed together with the name of each usage.
  • the user selects the use of the three-dimensional structure in the use selection area.
  • the acquisition unit 11 acquires the third information regarding the use of the three-dimensional structure.
  • the generation unit 12 (in the step of generating second information) generates second information regarding the three-dimensional structure to which information based on the purpose indicated by the third information is added.
  • the generation unit 12 generates second information regarding the three-dimensional structure of the material, that is, the crystal structure.
  • the third image may further include a detailed input image for inputting detailed information about the use of the three-dimensional structure.
  • the detailed input image is displayed on the display unit 3 when the user selects a three-dimensional structure usage in the usage selection area.
  • the detailed input image includes an area for inputting detailed information about the application selected by the user.
  • the detailed input image is displayed on the display unit 3 by the output unit 13 by reading data stored in the third storage unit 6 and corresponding to the purpose specified by the user.
  • the acquisition unit 11 (in the step of generating the third information) further acquires detailed information about the use of the three-dimensional structure.
  • the generation unit 12 (in the step of generating the second information) generates second information regarding the three-dimensional structure to which detailed information is further added as information based on the use indicated by the third information.
  • the detailed input image includes the element selection area or composition specification area and the arrangement specification area in Embodiment 2.
  • the user inputs elements in the element selection area or the composition specification area and the placement specification area to determine the elements ( It is possible to specify the types of atoms) and the arrangement of elements.
  • the first image and the third image are displayed on the display section 3 at the same time, but the invention is not limited to this.
  • the third image may be displayed separately from the first image.
  • the third image may be displayed before the first image is displayed on the display section 3, or may be displayed after the first image is displayed on the display section 3.
  • the example shown below shows the three-dimensional structure generated by the generation unit 12 when the user selects the usage of the three-dimensional structure in the usage selection area and inputs detailed information of the specified usage in the detailed input image. This is an example.
  • FIG. 40 is a diagram showing an example of a three-dimensional structure related to a building.
  • the three-dimensional structure shown in FIG. 40 shows a residential facility such as an apartment complex in outer space or the metaverse.
  • each polyhedron is a living space.
  • FIG. 41 is a diagram showing an example of a three-dimensional structure regarding an ornament.
  • the three-dimensional structure shown in FIG. 41 shows the structure of the pendant.
  • FIG. 42 is a diagram showing an example of a three-dimensional structure related to the interior.
  • the three-dimensional structure shown in FIG. 42 shows the structure of the fixture body of the lighting fixture.
  • FIG. 43 is a diagram showing an example of a three-dimensional structure regarding a toy.
  • the three-dimensional structure shown in FIG. 43 shows the structure of the assembly block.
  • the leftmost image in FIG. 43 represents an example of a completed diagram of an assembly block, and the three images on the right side of FIG. 43 represent an example of blocks included in the assembly block.
  • FIG. 44 is a diagram showing an example of a three-dimensional structure related to urban design.
  • the three-dimensional structure shown in FIG. 44(a) shows the route of the spacecraft in outer space.
  • the sides of each polyhedron represent the route of the spacecraft, and the center of each polyhedron represents the planet or the like on which the spacecraft departs and lands.
  • the three-dimensional structure shown in FIG. 44(b) shows the movement path of the drone.
  • the sides of each polyhedron represent the movement route of the drone, and the vertices of each polyhedron represent the departure and arrival points of the drone.
  • FIG. 45 is a diagram showing an example of a three-dimensional structure related to storage.
  • the three-dimensional structure shown in FIG. 45 shows a structure that can be stored in a cubic cardboard box (container) with a filling rate of 100%.
  • each polyhedron represents an article to be stored in a cardboard box.
  • FIG. 46 is a diagram showing an example of a three-dimensional structure related to food.
  • the three-dimensional structure shown in FIG. 46 represents the structure of the cake, in other words, the design of the cake.
  • FIG. 47 is a diagram showing an example of a three-dimensional structure regarding materials.
  • the three-dimensional structure shown in FIG. 47 is a crystal structure. Note that in the example shown in FIG. 47, the three-dimensional structure is displayed in a virtual space that is visible to the user through a head-mounted display for VR (Virtual Reality) that the user is wearing. Therefore, the user can edit the crystal structure using the VR controller while viewing the crystal structure in virtual space.
  • VR Virtual Reality
  • the three-dimensional structure that is, the space-filling structure in the three-dimensional space
  • the three-dimensional structure corresponding to the input use is comprehensively created. It is possible to generate Therefore, in the third embodiment, it is possible to generate a three-dimensional structure according to the user's desired application.
  • the second information is information indicating the three-dimensional structure itself, but is not limited to this.
  • the second information includes at least one of information indicating a three-dimensional structure, information indicating a numerical sequence (e.g., multivesicular body code) expressing the three-dimensional structure, and information indicating a periodic graph expressing the three-dimensional structure. It's fine as long as you are.
  • the information processing systems 100, 200, and 300 display the first image or the second image on the display unit 3, but the invention is not limited to this.
  • the information processing systems 100, 200, and 300 may output information included in the first image or the second image without displaying the first image or the second image themselves on the display unit 3.
  • the information processing system 300 may output information included in the third image without displaying the third image itself on the display unit 3.
  • the acquisition unit 11 of the information processing system 100, 200, 300 acquires the first information input by the user through the input unit 2, but the invention is not limited to this.
  • the acquisition unit 11 may acquire the first information by reading information stored in the first storage unit 4 without receiving input from the user.
  • the first storage section 4 and the second storage section 5 are realized by mutually different recording media, but the invention is not limited to this.
  • the first storage unit 4 and the second storage unit 5 may be realized by the same recording medium.
  • the first storage section 4, the second storage section 5, and the third storage section 6 may be realized by the same recording medium.
  • each of the information processing systems 100, 200, and 300 is configured with the acquisition unit 11, the generation unit 12, and the output unit 13, but the invention is not limited to this.
  • the information processing system 100 may include a display control section 30 and a display section 3, as indicated by "100A” in FIG. .
  • the information processing system 300 may include a display control section 30 and a display section 3, as indicated by "300A” in FIG.
  • the information processing system 200 may include a display control section 30 and a display section 3.
  • each component may be configured with dedicated hardware, or may be realized by executing a software program suitable for each component.
  • Each component may be realized by a program execution unit such as a CPU (Central Processing Unit) or a processor reading and executing a software program recorded on a recording medium such as a hard disk or a semiconductor memory.
  • a program execution unit such as a CPU (Central Processing Unit) or a processor reading and executing a software program recorded on a recording medium such as a hard disk or a semiconductor memory.
  • At least one of the above devices is specifically a computer system consisting of a microprocessor, ROM (Read Only Memory), RAM (Random Access Memory), hard disk unit, display unit, keyboard, mouse, etc. be.
  • a computer program is stored in the RAM or hard disk unit.
  • the at least one device described above achieves its functions by the microprocessor operating according to a computer program.
  • a computer program is configured by combining a plurality of instruction codes indicating instructions to a computer in order to achieve a predetermined function.
  • a part or all of the components constituting at least one of the above devices may be composed of one system LSI (Large Scale Integration).
  • a system LSI is a super-multifunctional LSI manufactured by integrating multiple components on a single chip, and specifically, it is a computer system that includes a microprocessor, ROM, RAM, etc. .
  • a computer program is stored in the RAM. The system LSI achieves its functions by the microprocessor operating according to a computer program.
  • An IC card or module is a computer system consisting of a microprocessor, ROM, RAM, etc.
  • the IC card or module may include the above-mentioned super multifunctional LSI.
  • An IC card or module achieves its functions by a microprocessor operating according to a computer program. This IC card or this module may be tamper resistant.
  • the present disclosure may be the method described above. Furthermore, it may be a computer program that implements these methods using a computer, or it may be a digital signal formed from a computer program.
  • the present disclosure describes how to store a computer program or a digital signal on a computer-readable recording medium, such as a flexible disk, a hard disk, a CD (Compact Disc)-ROM, a DVD, a DVD-ROM, a DVD-RAM, and a BD (Blu-ray).
  • a computer-readable recording medium such as a flexible disk, a hard disk, a CD (Compact Disc)-ROM, a DVD, a DVD-ROM, a DVD-RAM, and a BD (Blu-ray).
  • the information may be recorded on a registered trademark Disc), a semiconductor memory, or the like. Further, it may be a digital signal recorded on these recording media.
  • the present disclosure may transmit a computer program or a digital signal via a telecommunication line, a wireless or wired communication line, a network typified by the Internet, data broadcasting, or the like.
  • program or digital signal may be implemented by another independent computer system by recording the program or digital signal on a recording medium and transferring it, or by transferring the program or digital signal via a network or the like.
  • an n-th number corresponding to the n-th polyhedron; a plurality of first polyhedra, ⁇ , the n-th polyhedron and one or more corresponding n-th polyhedra of the n-th number are determined;
  • a plurality of codes including one or more first codes to one or more n-th codes are rearranged, thereby determining a plurality of multivesicular body codes (for example, see FIG. 23),
  • the first code corresponds to the first code for the first number and the first polyhedron, and the one or more n-th codes correspond to the n-th code for the n-th number and the n-th polyhedron.
  • the first code is determined based on the number of sides of each of the faces included in the first polyhedron
  • the n-th code is determined based on the number of sides of each of the faces included in the n-th polyhedron. Determined based on the number of multiple sides (see, for example, FIGS. 20, 21, and 22)
  • a three-dimensional structure including the one or more first polyhedrons to the one or more n-th polyhedrons is determined (for example, see FIG. 24).
  • the three-dimensional structure does not include one or more polyhedra other than the one or more first polyhedrons, ⁇ , the one or more n-th polyhedrons,
  • the two polyhedra arbitrarily selected from the one or more first polyhedrons to the one or more n-th polyhedrons do not overlap,
  • the multiple positions included in the three-dimensional structure correspond to the multiple positions of multiple atoms included in the crystal structure.
  • the present disclosure is useful when searching for unknown materials.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Geometry (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Optimization (AREA)
  • General Engineering & Computer Science (AREA)
  • Structural Engineering (AREA)
  • Mathematical Analysis (AREA)
  • Civil Engineering (AREA)
  • Pure & Applied Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Computational Mathematics (AREA)
  • Architecture (AREA)
  • Chemical & Material Sciences (AREA)
  • Crystallography & Structural Chemistry (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computing Systems (AREA)
  • Processing Or Creating Images (AREA)
PCT/JP2023/001944 2022-03-31 2023-01-23 情報処理方法、情報処理システム、及びプログラム Ceased WO2023188732A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2024511291A JPWO2023188732A1 (https=) 2022-03-31 2023-01-23
US18/888,236 US20250028869A1 (en) 2022-03-31 2024-09-18 Information processing method, information processing system, and recording medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022-057957 2022-03-31
JP2022057957 2022-03-31

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US18/888,236 Continuation US20250028869A1 (en) 2022-03-31 2024-09-18 Information processing method, information processing system, and recording medium

Publications (1)

Publication Number Publication Date
WO2023188732A1 true WO2023188732A1 (ja) 2023-10-05

Family

ID=88200777

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/001944 Ceased WO2023188732A1 (ja) 2022-03-31 2023-01-23 情報処理方法、情報処理システム、及びプログラム

Country Status (3)

Country Link
US (1) US20250028869A1 (https=)
JP (1) JPWO2023188732A1 (https=)
WO (1) WO2023188732A1 (https=)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118974837A (zh) * 2022-03-31 2024-11-15 松下知识产权经营株式会社 信息处理方法、信息处理系统以及程序

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020106483A (ja) * 2018-12-28 2020-07-09 日本製鉄株式会社 モデル作成装置、モデル作成方法およびプログラム

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020106483A (ja) * 2018-12-28 2020-07-09 日本製鉄株式会社 モデル作成装置、モデル作成方法およびプログラム

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"CrystalMaker: Overview", CRYSTALMAKER, 22 January 2022 (2022-01-22), XP093096110, Retrieved from the Internet <URL:http://crystalmaker.com/crystalmaker/index.html> *
ANONYMOUS: "CrystalViewer: Introduction", 29 December 2021 (2021-12-29), XP093097914, Retrieved from the Internet <URL:https://web.archive.org/web/20211229165639/http://crystalmaker.com/crystalviewer/index.html> *
CRYSTALMAKER SOFTWARE: "Building a New Crystal", YOUTUBE, 30 July 2018 (2018-07-30), XP093097913, Retrieved from the Internet <URL:https://www.youtube.com/watch?v=AnYD0ERAfJw> *

Also Published As

Publication number Publication date
US20250028869A1 (en) 2025-01-23
JPWO2023188732A1 (https=) 2023-10-05

Similar Documents

Publication Publication Date Title
Skublewska-Paszkowska et al. 3D technologies for intangible cultural heritage preservation—literature review for selected databases
CN106780709B (zh) 一种确定全局光照信息的方法及装置
JP2008502960A (ja) 組立てブロックモデルのための組立て指示の自動作成
JPWO2016121120A1 (ja) 3次元造形システム、情報処理装置、3次元造形モデル配置方法および3次元造形モデル配置プログラム
CN105654545A (zh) 一种3d互动别墅户型的构建与分层显示控制方法
Zhou et al. Automatic generation of vivid LEGO architectural sculptures
Lefeuvre et al. Bricks, blocks, boxes, cubes, and dice: on the role of cubic shapes for the design of tangible interactive devices
Brinkmann et al. Comparing the constructions of Goldberg, Fuller, Caspar, Klug and Coxeter, and a general approach to local symmetry-preserving operations
Estevez et al. Biomanufacturing the future: biodigital architecture & genetics
WO2023188732A1 (ja) 情報処理方法、情報処理システム、及びプログラム
Bagnolo et al. Beyond HBIM: serious games and procedural modelling for heritage dissemination
Ono et al. LEGO builder: automatic generation of LEGO assembly manual from 3D polygon model
Stacey Sporadic SICs and the Exceptional Lie Algebras
Hudson-Smith et al. Designing the urban metaverse: Visual analytics for urban design
WO2023188731A1 (ja) 情報処理方法、情報処理システム、及びプログラム
Cao et al. Research on Dynamic Simulation Technology of Urban 3D Art Landscape Based on VR‐Platform
CN114494577A (zh) 展示方法、装置、电子设备及存储介质
Fernandez et al. System demo of modeling smart university campus virtual environments
Pant et al. 3D Asset Size Reduction using Mesh Retopology and Normal Texture Mapping
WO2023188733A1 (ja) 情報処理方法、情報処理システム、及びプログラム
JP2024018262A (ja) モデル管理システム、モデル管理方法およびモデル管理プログラム
Chan et al. Virtual reality modeling of traditional Chinese architecture
Shea Explorations in using an aperiodic spatial tiling as a design generator
Antal et al. Augmented and virtual reality technologies as the future sales’ channel in the furniture industry
Dixon Crafting Virtual Spaces with Creative AI: A case study of Lux in Tenebris

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: 23778771

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2024511291

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 23778771

Country of ref document: EP

Kind code of ref document: A1