Difference between revisions of "Kinetic Slat Assembly Model (kSAM)"

From self-assembly wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
== Simulators for the kSAM ==
 
== Simulators for the kSAM ==
  
SlatTAS is a Python-based simulator for the kSAM. It includes source code, and it supports simulation of the kSAM as well as the [[abstract_Slat_Assembly_Model_(aSAM)]]. (Note that for the kSAM it is dramatically slower than RodSim below.)
+
[[SlatTAS]] is a Python-based, graphical simulator for the aSAM. It includes source code, and it supports simulation of the aSAM as well as the [[kinetic_Slat_Assembly_Model_(kSAM)]].(The latest version can be found at the bottom of the list of packages.)
  
[http://self-assembly.net/software/SlatTAS/ SlatTAS] (The latest version can be found at the bottom of the list of packages.)
+
[[RodSim]] is a *much* faster simulator for the aSAM and kSAM written in C++. It does not have any user interface and is completely run from the command line. However, the assemblies that it outputs can be opened and viewed in [[SlatTAS]]. (The latest version can be found at the bottom of the list of packages.)
 
 
RodSim is a *much* faster simulator for the aSAM and kSAM written in C++. It does not have any user interface and is completely run from the command line. However, the assemblies that it outputs can be opened and viewed in SlatTAS.
 
 
 
[http://self-assembly.net/software/RodSim/ RodSim] (The latest version can be found at the bottom of the list of packages.)
 
  
 
[[Category: Tile Assembly Models]]
 
[[Category: Tile Assembly Models]]
 
[[Category:Self-assembly]]
 
[[Category:Self-assembly]]

Revision as of 20:38, 26 April 2023

The kinetic Slat Assembly Model is a more physically realistic model of the self-assembly of slats as defined in the Abstract Slat Assembly Model (aSAM). It is based off of the Kinetic Tile Assembly Model (kTAM).

Simulators for the kSAM

SlatTAS is a Python-based, graphical simulator for the aSAM. It includes source code, and it supports simulation of the aSAM as well as the kinetic_Slat_Assembly_Model_(kSAM).(The latest version can be found at the bottom of the list of packages.)

RodSim is a *much* faster simulator for the aSAM and kSAM written in C++. It does not have any user interface and is completely run from the command line. However, the assemblies that it outputs can be opened and viewed in SlatTAS. (The latest version can be found at the bottom of the list of packages.)