vibe-view

Open a quantum-chemistry result and look at it. In a browser, a native desktop window, a terminal over SSH, a headless figure pipeline, or Python.

vibe-view reads QVF calculation archives and a set of common structure and volume formats. It is a standalone tool: installing it does not install or build vibe-qc. vibe-qc is one QVF producer among others, and none of them is required to run the viewer.

Tip

This site documents vibe-view 2.18.0, Richardson’s Robin.

The vibe-view browser displaying its built-in water molecule, with a section list and interactive structure controls.

Open the built-in water demo in the quickstart.

Start here

Install

Python 3.11+, one script, no compiler. Which optional extra buys you what.

Installation
Quickstart

Five minutes from a fresh checkout to a rendered molecule, with no calculation of your own to hand.

Quickstart
A tour of the viewer

Panel by panel: structures, densities, orbitals, spectra, bands, and the same file in the terminal and from Python.

A tour of the viewer
CLI reference

Every command, grouped by what you are trying to do.

CLI reference

Four ways to look at the same file

vibe-view is one renderer stack behind four front ends. Every one of them reads the same archive and draws it with the same code, so a figure captured headlessly on a compute node matches what the browser shows.

Surface

Command

Needs

Good for

Browser

vibe-view open FILE

[viewer] extra

Interactive exploration, editing, the vq job panel

Desktop

vibe-view desktop FILE

[viewer] + Electron, source checkout

A native window with the OS menu bar

Terminal

vibe-view tui FILE / vibe-view show FILE

[tui] extra (show needs nothing)

A login node with no display server, GL or X forwarding

Headless

vibe-view capture / batch / export

Core install only

Figures for a paper, CI artifacts, batch pipelines

Python

from vibeview import ...

Core install only

Notebooks, scripts, anything programmatic

vibe-view show is worth singling out: it renders a real 3-D view, atoms, bonds and isosurfaces, as Unicode braille, needs no OpenGL context at all, and therefore works anywhere a shell does.

Documentation

Where things live

vibe-view is one of five repositories split out of the private vibe-qc monorepo on 2026-09-08. Each is independently installable and separately versioned.

Project

What it is

Documentation

vibe-view

This viewer

you are here

vibe-qc

The quantum-chemistry program; one QVF producer

vibe-qc.com/docs/

vibe-queue (vq)

Job scheduler; the [queue] extra talks to it

its repository

qvf

The normative QVF specification and conformance corpus

its repository

Public source · Issues · Licence: MPL 2.0