scheitelpunk commited on
Commit
c8b22b4
·
1 Parent(s): 8976fb9

utting-edge Examples integriert:

Browse files

✅ 15 Hochmoderne Domain-Beispiele hinzugefügt:

Wissenschaftliche Spitzenforschung:
1. De-novo Drug Design - Kinase inhibitor docking
2. Quantum Device Layout - Fluxonium qubit placement
3. Battery Electrolytes - THF-Li⁺ coordination
4. Crystal Engineering - Perovskite stacking
5. Catalysis Pathways - Pt(111) CO binding

Advanced Materials:
6. Meta-Materials - Carbon nanotube lattices
7. Plasma Confinement - Tokamak magnetic shaping
8. Protein Folding - α-helix/β-sheet packing
9. Superconductors - SQUID loop positioning
10. Solar Cells - Fullerene domain segregation

Precision Engineering:
11. Reaction Coordinates - SN2 trajectory modeling
12. Thermoelectrics - Si nanowire phonon scattering
13. Manufacturing - Aluminum bracket placement
14. Warehouse Logistics - Electronics pallet shifting
15. AR Shopping - 3D furniture positioning

Diese Beispiele demonstrieren GASMs Fähigkeit, hochpräzise 3D-Geometrie aus natürlicher Sprache zu
verstehen - von Quantenphysik bis zu praktischen Anwendungen! 🚀

Das Interface zeigt jetzt die disruptive Edge von GASM in cutting-edge Domains.

Files changed (1) hide show
  1. app.py +17 -6
app.py CHANGED
@@ -1893,16 +1893,27 @@ def create_beautiful_interface():
1893
  outputs=[output_summary, curvature_plot, entity_3d_plot, detailed_output]
1894
  )
1895
 
1896
- # Enhanced examples
1897
  gr.Examples(
1898
  examples=[
1899
- ["The robotic arm moves the satellite component above the assembly platform while the crystal detector rotates around its central axis.", True, True, 256],
1900
- ["The electron orbits the nucleus while the magnetic field flows through the crystal lattice structure.", True, True, 256],
1901
- ["The ball lies left of the table next to the computer, while the book sits between the keyboard and the monitor.", True, True, 256],
1902
- ["First the reactor starts, then the coolant flows through the system, and finally the turbine begins rotating.", True, True, 256]
 
 
 
 
 
 
 
 
 
 
 
1903
  ],
1904
  inputs=[text_input, enable_geometry, show_visualization, max_length],
1905
- label="🚀 Click to try these examples"
1906
  )
1907
 
1908
  # Simple footer CTA for robotics/simulation pipeline
 
1893
  outputs=[output_summary, curvature_plot, entity_3d_plot, detailed_output]
1894
  )
1895
 
1896
+ # Enhanced examples with cutting-edge domains
1897
  gr.Examples(
1898
  examples=[
1899
+ ["Dock the kinase inhibitor with the phenyl ring parallel to the hinge backbone.", True, True, 256],
1900
+ ["Embed the fluxonium qubit 5 nm above the ground plane, aligned to the Φ = 0.5 Φ₀ sweet spot.", True, True, 256],
1901
+ ["Arrange four THF molecules tetrahedrally around Li⁺, 2.1 Å Li–O distance.", True, True, 256],
1902
+ ["Stack perovskite unit cells along ⟨110⟩ with 2 nm inter-layer gap.", True, True, 256],
1903
+ ["Orient the Pt(111) terrace so CO binds atop, 1.8 Å Pt–C bond length.", True, True, 256],
1904
+ ["Weave carbon nanotubes into a 3D lattice with 60° torsion for negative Poisson ratio.", True, True, 256],
1905
+ ["Shape the magnetic flux surface into a D-shaped cross-section, R = 3.5 m, a = 1.2 m.", True, True, 256],
1906
+ ["Pack the α-helix against the β-sheet at a 35° inter-domain angle.", True, True, 256],
1907
+ ["Place the SQUID loop 10 μm above the Nb stripline, aligned to the magnetic bias line.", True, True, 256],
1908
+ ["Segregate the fullerene domains 5 nm from the polymer backbone in vertical columns.", True, True, 256],
1909
+ ["Define the SN2 trajectory along the C–O bond axis, 180° inversion angle.", True, True, 256],
1910
+ ["Embed Si nanowires in a zig-zag pattern with 20 nm pitch to scatter phonons.", True, True, 256],
1911
+ ["Place the aluminum bracket flush against the jig, 5 cm left of the drill bit.", True, True, 256],
1912
+ ["Shift the electronics pallet three bays toward aisle C, top tier only.", True, True, 256],
1913
+ ["Float the navy couch 30 cm from the bay window, facing the TV.", True, True, 256]
1914
  ],
1915
  inputs=[text_input, enable_geometry, show_visualization, max_length],
1916
+ label="🧬 Click to try cutting-edge domain examples"
1917
  )
1918
 
1919
  # Simple footer CTA for robotics/simulation pipeline