SAMSON explained
SAMSON |
Screenshot Alt: | Segment of tube with walls of grey lines forming hexagons, against a medium blue background. |
Developer: | OneAngstrom |
Programming Language: | C++ (Qt) |
Operating System: | Windows, macOS, Linux |
Platform: | x86, x86-64 |
Language: | English |
Genre: | Molecular design |
License: | Proprietary[1] |
SAMSON (Software for Adaptive Modeling and Simulation Of Nanosystems) is a computer software platform for molecular design being developed by OneAngstrom and previously by the NANO-D group at the French Institute for Research in Computer Science and Automation (INRIA).[2]
SAMSON has a modular architecture that makes it suitable for different domains of nanoscience, including material science,[3] life science,[4] and drug design[5] .[6] [7] [8] [9] [10] [11]
SAMSON Elements
SAMSON Elements are modules for SAMSON, developed with the SAMSON software development kit (SDK). SAMSON Elements help users perform tasks in SAMSON, including building new models, performing calculations, running interactive or offline simulations, and visualizing and interpreting results.
SAMSON Elements may contain different class types, including for example:
- Apps – generic classes with a graphical user interface that extend the functions of SAMSON
- Editors – classes that receive user interaction events to provide editing functions (e.g., model generation, structure deformation, etc.)
- Models – classes that describe properties of nanosystems (see below)
- Parsers – classes that may parse files to add content to SAMSON's data graph (see below)
SAMSON Elements expose their functions to SAMSON and other Elements through an introspection mechanism, and may thus be integrated and pipelined.
Modeling and simulation
SAMSON represents nanosystems using five categories of models:
- Structural models – describe geometry and topology
- Visual models – provide graphical representations
- Dynamical models – describe dynamical degrees of freedom
- Interaction models – describe energies and forces
- Property models – describe traits that do not enter in the first four model categories
Simulators (potentially interactive ones) are used to build physically-based models, and predict properties.
Data graph
All models and simulators are integrated into a hierarchical, layered structure that form the SAMSON data graph. SAMSON Elements interact with each other and with the data graph to perform modeling and simulation tasks. A signals and slots mechanism makes it possible for data graph nodes to send events when they are updated, which makes it possible to develop e.g., adaptive simulation algorithms.[12] [13] [14]
Node specification language
SAMSON has a node specification language (NSL) that users may employ to select data graph nodes based on their properties. Example NSL expressions include:
Hydrogen
– select all hydrogens (short version: H
)
atom.chainID > 2
– select all atoms with a chain ID strictly larger than 2 (short version: a.ci > 2
)
Carbon in node.selected
– select all carbons in the current selection (short version: C in n.s
)
bond.order > 1.5
– select all bonds with order strictly larger than 1.5 (short version: b.o > 1.5
)
node.type backbone
– select all backbone nodes (short version: n.t bb
)
O in node.type sidechain
– select all oxygens in sidechain nodes (short version: O in n.t sc
)
"CA" within 5A of S
– select all nodes named CA that are within 5 angstrom of any sulfur atom (short version: "CA" w 5A of S
)
node.type residue beyond 5A of node.selected
– select all residue nodes beyond 5 angstrom of the current selection (short version: n.t r b 5A of n.s
)
residue.secondaryStructure helix
– select residue nodes in alpha helices (short version: r.ss h
)
node.type sidechain having S
– select sidechain nodes that have at least one sulfur atom (short version: n.t sc h S
)
H linking O
– select all hydrogens bonded to oxygen atoms (short version: H l O
)
C or H
– select atoms that are carbons or hydrogens
Features
SAMSON is developed in C++ and implements many features to ease developing SAMSON Elements, including:
- Managed memory
- Signals and slots
- Serialization
- Multilevel undo-redo
- Introspection
- Referencing
- Unit system
- Functors and predicate logic
- SAMSON Element source code generators
SAMSON Connect
SAMSON, SAMSON Elements and the SAMSON Software Development Kit are distributed via the SAMSON Connect website. The site acts as a repository for the SAMSON Elements being uploaded by developers, and users of SAMSON choose and add Elements from SAMSON Connect.
See also
Notes and References
- Web site: Terms of use. SAMSON Connect. 2020-05-30.
- http://team.inria.fr/nano-d/ NANO-D - INRIA
- Book: 10.1007/978-3-030-80126-7_28 . Automated Generation of Zigzag Carbon Nanotube Models Containing Haeckelite Defects . 2021 . Contreras . M. Leonor . Villarroel . Ignacio . Rozas . Roberto . Intelligent Computing . Lecture Notes in Networks and Systems . 284 . 371–377 . 978-3-030-80125-0 . 238030853 . https://link.springer.com/chapter/10.1007/978-3-030-80126-7_28 .
- Scientific Reports . 10.1038/s41598-021-98902-z . Assessing the effects of a novel biostimulant to enhance leafminer resistance and plant growth on common bean . 2021 . Mostafa . Amr A. . El-Rahman . Soheir N. Abd . Shehata . Said . Abdallah . Naglaa A. . Omar . Hanaa S. . 11 . 1 . 20020 . 34625596 . 8501134 .
- Polymers. 10.3390/polym13213823 . Unveiling the Effect of Low pH on the SARS-CoV-2 Main Protease by Molecular Dynamics Simulations . 2021 . Barazorda-Ccahuana . Haruna Lux . Nedyalkova . Miroslava . Mas . Francesc. Madurga . Sergio. 284 . 21 . 3823 . 34771379 . free . 2445/182421 . free .
- https://www.samson-connect.net/ SAMSON Connect
- https://www.macinchem.org/blog/files/23588784239a539a2bbb56cd38671f38-2267.php SAMSON 0.7.0 is available - Macs in Chemistry
- https://www.macinchem.org/blog/files/03dfaf3d94e9a910cad0069ed17539e0-2281.php RDKit in SAMSON - Macs in Chemistry
- Journal of Chemical Information and Modeling . 10.1021/acs.jcim.6b00264 . 27447367 . Molecular Propensity as a Driver for Explorative Reactivity Studies . 2016. Vaucher . Alain C. . Reiher. Markus. 56. 8. 1470–1478. 1604.06748. 3549945 .
- Journal of Chemical Theory and Computation . 10.1021/acs.jctc.7b00011 . 28207264 . Steering Orbital Optimization out of Local Minima and Saddle Points Toward Lower Energy . 2017. Vaucher . Alain C. . Reiher. Markus. 13. 3. 1219–1228. 1701.00128. 4406796 .
- IEEE Transactions on Visualization and Computer Graphics . 10.1109/TVCG.2017.2743981 . 28866510 . Multiscale Visualization and Scale-Adaptive Modification of DNA Nanostructures . 2017. Miao . Haichao . De Llano. Elisa. Sorger. Johannes . Ahmadi. Yasaman . Kekic. Tadija . Isenberg. Tobias . Gröller. M. Eduard. Barišić. Ivan . Viola. Ivan . 24. 1. 1014–1024. 9479885 .
- Physical Review Letters . 10.1103/PhysRevLett.109.190201 . Adaptively Restrained Particle Simulations . 2012 . Artemova . Svetlana . Redon . Stephane . 109 . 19 . 190201:1–5 . 2012PhRvL.109s0201A . 23215362.
- Journal of Computational Physics . 10.1016/j.jcp.2011.12.006 . Interactive physically-based structural modeling of hydrocarbon systems . 2012 . Bosson . Mael . Grudinin . Sergei . Bouju . Xavier . Redon . Stephane . 231 . 6 . 2581–2598 . 2012JCoPh.231.2581B. 10.1.1.592.5537 . 15942141 .
- Journal of Computational Chemistry . 10.1002/jcc.23157 . 23108532 . Block-Adaptive Quantum Mechanics: An Adaptive Divide-and-Conquer Approach to Interactive Quantum Chemistry . 2013 . Bosson . Mael . Grudinin . Sergei . Redon . Stephane . 34 . 6 . 492–504. 2298570 .