gem-graph-server/debian/var/models/XML model example (in progr...

73 lines
2.3 KiB
Plaintext
Raw Normal View History

2021-09-18 16:44:10 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<gem-graph-model>
2021-09-19 22:39:47 +02:00
2021-09-18 16:44:10 +02:00
<identity>
2021-09-19 22:39:47 +02:00
<anything_but_not_just_the_word_name>Modèle de test</anything_but_not_just_the_word_name>
2021-09-18 16:46:39 +02:00
<name value="(Trois dimères)"/>
2021-09-18 16:44:10 +02:00
<owner_id>2</owner_id>
<date>1629830000</date>
<version>1.0</version>
</identity>
2021-09-19 22:39:47 +02:00
2021-09-18 16:46:39 +02:00
<parameters id="0" date="0" author="Gaston Lagaffe">
2021-09-19 22:39:47 +02:00
<modelization>
<max_thread value="0"/>
<max_cycles value="13"/>
</modelization>
<space>
2021-09-18 17:01:53 +02:00
<dimension value="1"/>
<size value="39"/>
<site_multiplicity value="2"/>
<boundaries/>
2021-09-19 22:39:47 +02:00
</space>
2021-09-18 16:46:39 +02:00
</parameters>
2021-09-19 22:39:47 +02:00
<objects id="A list of connex states" date="1629830000" author="Jean Sirmai">
<state id="dimer 1-1" date="1629830000" author="Jean Sirmai">
<arrow x="0" y="0" z="0" site="1" weight="1"/>
<arrow x="1" y="0" z="0" site="0" weight="1"/>
</state>
<state id="dimer 2-2" date="1629830000" author="Jean Sirmai">
<arrow x="0" y="0" z="0" site="1" weight="2"/>
<arrow x="1" y="0" z="0" site="0" weight="2"/>
</state>
<state id="dimer 3-3" date="1629830000" author="Jean Sirmai">
<arrow x="0" y="0" z="0" site="1" weight="3"/>
<arrow x="1" y="0" z="0" site="0" weight="3"/>
</state>
<!-- Just for the fun ! Can you imagine some rules in a next model ? -->
<state id="dimer 1-2" date="1629830000" author="Jean Sirmai">
<arrow x="0" y="0" z="0" site="1" weight="1"/>
<arrow x="1" y="0" z="0" site="0" weight="2"/>
</state>
2021-09-18 19:50:06 +02:00
</objects>
2021-09-19 22:39:47 +02:00
<state id="initial state" date="1629830000" author="Jean Sirmai">
<!-- three dimers of three types (1-1, 2-2, 3-3) are defined in three locations-->
<arrow x="0" y="0" z="0" site="1" weight="1"/>
<arrow x="1" y="0" z="0" site="0" weight="1"/>
<arrow x="10" y="0" z="0" site="1" weight="2"/>
<arrow x="11" y="0" z="0" site="0" weight="2"/>
<arrow x="20" y="0" z="0" site="1" weight="3"/>
<arrow x="21" y="0" z="0" site="0" weight="3"/>
</state>
<produced_states id="a computed state" date="00000" author="THE MATRIX (you know it...)">
</produced_states>
<transitions></transitions>
<ref></ref>
<quote></quote>
2021-09-18 16:44:10 +02:00
</gem-graph-model>