VOLT

Getting Started

Account creation, team setup, and first cluster connection.

VOLT is a collaborative platform for materials science teams working with LAMMPS simulations. It integrates trajectory processing, analysis, notebooks, LaTeX writing, containers, team coordination, and infrastructure in a single workspace.

Introducing VOLT

Core concepts

ConceptMeaning
TeamA workspace owning trajectories, clusters, notebooks, containers, LaTeX documents, and permissions.
ClusterA machine connected to a team. Runs the daemon and the local services that store data and execute heavy work.
TrajectoryA processed simulation dataset. VOLT extracts metadata, simulation cells, frame dumps, GLB models, and previews from the upload.
PluginA node-based analysis workflow that executes scientific binaries on the cluster.
ExposureA result produced by an analysis, typically as MessagePack data, charts, or derived 3D outputs.
Scene artifactA 3D layer in the viewer, such as a color mapping, a filtered subset, or a plugin-generated model.

System layout

VOLT does not centralize simulation files on the application server. The server coordinates users, teams, auth, APIs, and real-time updates. The daemon on the team cluster handles processing, file access, notebook runtime, plugin execution, previews, and storage. Adding compute or storage means adding or upgrading clusters.

Create your VoltID

Account creation and access happen at app.voltcloud.dev/auth/sign-in.

Supported sign-in methods: Google, GitHub, Microsoft, and email. The email flow signs in existing accounts and creates new ones automatically.

Sign in page

Your first team

After signing in, VOLT prompts for team creation. Trajectories, clusters, analyses, chats, notebooks, roles, and AI integrations are all team-scoped.

Team creation

Teams can be renamed, additional teams can be created for other projects, and collaborators can be invited once the workspace is ready.

Connect your first cluster

Processing trajectories and running analyses requires at least one connected cluster.

A cluster can be a laptop, a lab workstation, or a dedicated Linux server.

Connect a cluster

Choose a cluster type, assign a name, and copy the install command.

Cluster name

Run the command on the target machine. The installer bootstraps the daemon and local services and enrolls the machine into the workspace.

Cluster command

On Windows, run the terminal with administrator privileges. The installer may install Docker before the cluster connects.

Running the cluster command

Once the daemon starts sending heartbeats, the cluster moves from waiting to connected.

Cluster connected

Next steps

With a team and cluster connected, the typical workflow is:

  1. upload a trajectory,
  2. wait for parsing and preprocessing,
  3. open the viewer and inspect frames,
  4. run analysis plugins,
  5. explore results as listings, charts, or 3D artifacts,
  6. move into notebooks, LaTeX, or AI-assisted workflows.

A desktop client is also available:

PlatformDownload
macOSVoltClient-Latest.dmg
WindowsVoltClient-Latest.exe
Linux (Debian-based)VoltClient-Latest.deb
Linux (AppImage)VoltClient-Latest.AppImage

On this page