[{"data":1,"prerenderedAt":473},["ShallowReactive",2],{"blog-post-software-for-visualizing-molecular-dynamics-trajectories":3,"blog-posts-nav":22},{"data":4,"meta":18},[5],{"id":6,"attributes":7},89,{"title":8,"content":9,"createdAt":10,"updatedAt":11,"publishedAt":12,"date":13,"description":14,"keywords":15,"slug":16,"category":17},"Software for visualizing molecular dynamics trajectories","Nanome is a collaborative molecular visualization and drug discovery platform. It works on XR headsets and in a browser web app. An [AI copilot called MARA](https:\u002F\u002Fnanome.ai\u002Fmara) sits inside it: Nanome plays back molecular dynamics trajectories frame by frame, and MARA analyzes them. You load your trajectory, scrub through the frames, and ask MARA for RMSD, pairwise distances, or a representative energy-minimum frame in plain English. For most MD work the well-known desktop tools are [VMD](https:\u002F\u002Fwww.ks.uiuc.edu\u002FResearch\u002Fvmd\u002F) and [PyMOL](https:\u002F\u002Fpymol.org), and Nanome adds immersive 3D playback plus a copilot that runs the analysis for you.\n\nTrajectories come in the way the simulation wrote them. A `.gro` file loads on its own. Frames in `.xtc`, `.trr` or `.dcd` attach to a model already open in the workspace, and their atom count has to equal the host model's. Either route runs on the frame-trajectory substrate, which carries a 2000-frame ceiling per model. [More on supported formats](https:\u002F\u002Fdocs.nanome.ai\u002Fnanome_web\u002Ffileformats).\n\n## What trajectory visualization actually needs\n\n![A researcher wearing an ultra-thin VR headset studies a ribbon-cartoon protein structure held close to the chest](https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_1_v4s_c792935a28.png)\n\n\n\nAn MD run is a movie of atoms, often thousands of frames long, and one saved snapshot throws away the part that cost the compute. Three jobs sit behind any useful look at a trajectory.\n\n**Playback.** Load the run, step through frames, loop a stretch, watch a loop swing open or a ligand drift out of the pocket. That's the floor.\n\n**Quantitative analysis.** Motion says something happened; numbers say whether it matters. RMSD against a reference frame measures how far the structure wandered. A pairwise distance tracks whether a hydrogen bond held. Clustering picks out the handful of frames that stand in for the whole run.\n\n**Per-frame inspection.** Once a number points at a moment, an RMSD spike or a distance that snaps shut, you want that exact frame in front of you in 3D.\n\nSoftware that keeps those 3 jobs in one place spares you the export-and-reimport shuffle between programs.\n\n## How the common tools compare\n\n\u003Cdiv class=\"logo-row\" style=\"display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.75rem;background:#fff;border-radius:12px;padding:1.25rem 1.5rem;margin:2rem 0\">\u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_4_4ba7a7bc2c.png\" alt='VMD' style=\"width:120px;height:44px;object-fit:contain;display:inline-block\">\u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_5_3576db7056.png\" alt='PyMOL' style=\"width:120px;height:44px;object-fit:contain;display:inline-block\">\u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_7_271d452f55.png\" alt='GROMACS' style=\"width:120px;height:44px;object-fit:contain;display:inline-block\">\u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_8_bce156b0fd.png\" alt='MDAnalysis' style=\"width:120px;height:44px;object-fit:contain;display:inline-block\">\u003Cimg src=\"https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_9_bf45534db5.png\" alt='Schrödinger' style=\"width:120px;height:44px;object-fit:contain;display:inline-block\">\u003C\u002Fdiv>\n\n\n\n\u003Ctable class=\"table\">\n  \u003Cthead>\n    \u003Ctr>\u003Cth>Tool\u003C\u002Fth>\u003Cth>Strength in MD work\u003C\u002Fth>\u003Cth>How Nanome relates\u003C\u002Fth>\u003C\u002Ftr>\n  \u003C\u002Fthead>\n  \u003Ctbody>\n    \u003Ctr>\n      \u003Ctd>\u003Ca href=\"https:\u002F\u002Fwww.ks.uiuc.edu\u002FResearch\u002Fvmd\u002F\">VMD\u003C\u002Fa>\u003C\u002Ftd>\n      \u003Ctd>Reads nearly every trajectory format, scripted analysis in Tcl and Python (RMSD, RDF, whatever a project needs), stays quick on very large systems\u003C\u002Ftd>\n      \u003Ctd>Nanome opens the same simulation output and plays it back for several people at once, with MARA taking the analysis request in ordinary words rather than a script\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003Ctr>\n      \u003Ctd>\u003Ca href=\"https:\u002F\u002Fwww.gromacs.org\">GROMACS\u003C\u002Fa>\u003C\u002Ftd>\n      \u003Ctd>Runs the simulation itself, with a deep set of command-line analysis utilities alongside it\u003C\u002Ftd>\n      \u003Ctd>Nanome sits downstream. The \u003Ccode>.gro\u003C\u002Fcode> file it writes loads standalone, and \u003Ccode>.xtc\u003C\u002Fcode> or \u003Ccode>.trr\u003C\u002Fcode> frames attach to a model already open, atom counts matching\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003Ctr>\n      \u003Ctd>\u003Ca href=\"https:\u002F\u002Fwww.mdanalysis.org\">MDAnalysis\u003C\u002Fa>\u003C\u002Ftd>\n      \u003Ctd>Python analysis across many trajectories at once, headless, scriptable, no GUI in the way\u003C\u002Ftd>\n      \u003Ctd>Nanome is where a result from that pipeline gets put in front of the whole project team in 3D\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003Ctr>\n      \u003Ctd>\u003Ca href=\"https:\u002F\u002Fpymol.org\">PyMOL\u003C\u002Fa>\u003C\u002Ftd>\n      \u003Ctd>Rendering and figure-making, multi-state files, a deep Python API\u003C\u002Ftd>\n      \u003Ctd>Nanome imports a PyMOL \u003Ccode>.pse\u003C\u002Fcode> session for viewing (import only, and QM\u002FMM link atoms can trip the load), then carries those structures into a shared session where MARA handles the trajectory math\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003Ctr>\n      \u003Ctd>\u003Ca href=\"https:\u002F\u002Fwww.rbvi.ucsf.edu\u002Fchimerax\u002F\">ChimeraX\u003C\u002Fa>\u003C\u002Ftd>\n      \u003Ctd>Modern rendering, morphing between states, solid trajectory support\u003C\u002Ftd>\n      \u003Ctd>Nanome reads the same everyday structure files (PDB, mmCIF, SDF, MOL2, MOL, XYZ and PQR) and adds shared XR sessions plus a copilot that names the tool behind every number\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003Ctr>\n      \u003Ctd>\u003Ca href=\"https:\u002F\u002Fwww.schrodinger.com\">Schrödinger\u003C\u002Fa>\u003C\u002Ftd>\n      \u003Ctd>Desmond simulations and Maestro preparation inside one commercial suite\u003C\u002Ftd>\n      \u003Ctd>Nanome imports Maestro \u003Ccode>.mae\u003C\u002Fcode> and \u003Ccode>.maegz\u003C\u002Fcode> for viewing, which is also the handoff format from \u003Ca href=\"https:\u002F\u002Fnanome.ai\u002Fintegrations\">LiveDesign\u003C\u002Fa>\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003Ctr>\n      \u003Ctd>Nanome, with MARA\u003C\u002Ftd>\n      \u003Ctd>Frame-by-frame playback in the browser app and in XR, MARA trajectory analysis, \u003Ca href=\"https:\u002F\u002Fnanome.ai\u002Fintegrations\">300+ integrated tools\u003C\u002Fa>, deployable inside your own network\u003C\u002Ftd>\n      \u003Ctd>The immersive, collaborative, AI-assisted layer over the MD workflow you already run\u003C\u002Ftd>\n    \u003C\u002Ftr>\n  \u003C\u002Ftbody>\n\u003C\u002Ftable>\n\n## Where Nanome fits\n\n![Two colleagues wearing ultra-thin VR headsets examine the same solid protein surface model with a visible binding pocket floating between them](https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_2_v4_0870596ee4.png)\n\n\n\nTrajectory playback is a first-class part of the workspace. You bring a run in and step the frames [in a browser tab, on a Windows desktop, or in a headset (Apple Vision Pro, Meta Quest, Pico Neo, HTC Vive Focus 3)](https:\u002F\u002Fnanome.ai\u002Fsetup). Sessions hold more than one scientist, so 2 people in different time zones watch the same loop flex and point at the same residue in shared 3D.\n\nOf the MD tools on this page, Nanome is the only one where the trajectory plays inside a live multi-user session that a colleague joins from a standalone headset or a browser tab, with nothing to install.\n\nThe measuring goes through MARA. Ask for RMSD across the run and it returns the deviation per frame. Ask how far apart 2 atoms sit over time and it tracks the distance. Ask for a representative frame and it pulls the energy minima that summarize the run. MARA reports the tool behind each answer, the inputs it ran on, and the output it returned, so a second person can retrace the work rather than take a number on faith.\n\nMARA's built-in library spans 26 categories, so trajectory analysis sits beside [docking, electrostatics, ADMET prediction and structure prediction](https:\u002F\u002Fnanome.ai\u002Fagents) in the same place.\n\nOne limit worth knowing up front: surfaces are disabled during trajectory playback, because recomputing a molecular surface every frame is still too slow to stay smooth. Ribbon, stick and space-filling representations animate normally, and the surface comes back when you stop on a frame.\n\nMotion is the hardest result to put in a document, because a still frame is the one thing a trajectory isn't. A [modern molecular presentation](https:\u002F\u002Fnanome.ai\u002Fblog\u002Fwhat-a-modern-molecular-presentation-looks-like) leans on key views pulled from the run itself.\n\nResonac spent close to 2 years inside that gap. Its computational group ran GROMACS on a vitamin C derivative alongside a set of candidate stabilizers, and the trajectories sorted the additives by shape: lauryl alcohol closed around the target as a micelle with water shut out of the interior, behenyl alcohol stacked into flat lamellar layers instead. Flattened into plots and cross-sections, those two outcomes look much alike, and the experimental group reasonably stayed with its established protocol. The two groups then met inside the same trajectories in Nanome, turned the aggregates over in 3D together, and settled the question that afternoon. An experimental iteration cycle that had taken 6 months came down to 2 or 3 days.\n\n## When a desktop tool is the better fit\n\n![A researcher examines a space-filling protein structure on a large monitor in a quiet research office.](https:\u002F\u002Fnanome-cms.s3.us-west-1.amazonaws.com\u002Fsoftware_for_visualizing_molecular_dynamics_trajectories_image_3_6b98c47149.png)\n\n\n\nBatch-processing hundreds of trajectories on a headless cluster is VMD and [MDAnalysis](https:\u002F\u002Fwww.mdanalysis.org) territory. A scripted pipeline with nobody watching has no use for an interactive 3D viewer, and both handle far larger systems than a headset will render at frame rate.\n\nFor a publication-quality still or a rendered movie, PyMOL and ChimeraX have decades of rendering polish behind them and remain the safe choice.\n\nNanome is the pick when a trajectory needs more than one pair of eyes on it, in 3D, with the RMSD and distance math coming back while everyone is still looking. It plugs into [CDD Vault](https:\u002F\u002Fnanome.ai\u002Fblog\u002Fcollaborative-drug-discovery-and-nanome-partnership-announcement), Cresset Flare and [Schrödinger](https:\u002F\u002Fwww.schrodinger.com) LiveDesign rather than standing in for a simulation engine. A structure prepared in Maestro comes over as `.mae` or `.maegz`, the same file [LiveDesign](https:\u002F\u002Fnanome.ai\u002Fintegrations) hands off, so it lands in the shared session without a conversion step. [More on supported formats](https:\u002F\u002Fdocs.nanome.ai\u002Fnanome_web\u002Ffileformats).\n\nTrajectory work is one slice of a bigger picture. The broader [roundup of molecular visualization tools](https:\u002F\u002Fnanome.ai\u002Fblog\u002Fthe-best-molecular-visualization-tools) covers the general-purpose viewers, [drug discovery software for computational chemistry](https:\u002F\u002Fnanome.ai\u002Fblog\u002Fdrug-discovery-software-for-computational-chemistry) covers the stack around the simulation, and [software for computational antibody design](https:\u002F\u002Fnanome.ai\u002Fblog\u002Fsoftware-for-computational-antibody-design) covers the antibody side, where a CDR loop's motion often decides the next round. Resonac's write-up and the rest live in the [case studies](https:\u002F\u002Fnanome.ai\u002Fcase-studies).\n\n## FAQ\n\n**What's the best software for molecular dynamics trajectory visualization?**\nIt depends on the job. VMD is the standard for scripted MD analysis and very large systems, while PyMOL and ChimeraX render the finest stills and movies. Nanome is the strong pick when a run has to be watched by several people at once, in immersive 3D, with RMSD, distances and representative frames coming back from a request written in plain English.\n\n**How do I visualize molecular dynamics?**\nLoad the trajectory into a viewer that plays frames, step through it, then put numbers under what you saw. In Nanome that means opening the run in the browser app or a headset, scrubbing the frames, and asking MARA for RMSD or a pairwise distance to find the moments worth a closer look.\n\n**Does Nanome do RMSD and per-frame analysis?**\nYes. MARA computes RMSD across a trajectory, tracks pairwise distances over time, and pulls representative energy-minimum frames. Every result comes back labeled with the tool that produced it and the settings it ran under.\n\n**Can I visualize trajectories without a VR headset?**\nYes. Nanome's browser app runs in a tab with nothing installed, and there's a Windows desktop build as well. Whoever is in the browser stands in the same session as colleagues wearing headsets.\n\n**Which file formats does Nanome read for MD work?**\nTrajectories use the frame-trajectory path: `.gro` loads standalone, and `.xtc`, `.trr` or `.dcd` attach to a model already open, matching its atom count, up to a 2000-frame ceiling per model. 64-bit CHARMM DCD and fixed-atom DCD fall outside that. Structure files: PDB, mmCIF and SDF; MOL, MOL2, XYZ and PQR; SMILES typed or loaded; AutoDock `.pdbqt`, which lands as PDB with charges dropped. Three session formats import for viewing only, Maestro `.mae` and `.maegz`, CCG `.moe`, and PyMOL `.pse`. A `.dx` electrostatic map overlays a loaded model rather than standing alone. Export covers PDB, SDF and SMILES only, one frame per file, so mmCIF, MAE, MOE and PSE stay read-only and a trajectory can't be written back out. There's no support for electron density maps (CCP4, MRC, DSN6) or for native LAMMPS output, where XYZ is the only bridge. [Full list](https:\u002F\u002Fdocs.nanome.ai\u002Fnanome_web\u002Ffileformats).\n","2026-07-15T01:23:50.802Z","2026-09-15T16:00:09.427Z","2026-09-15T16:00:09.382Z","2026-09-15","The best software for molecular dynamics trajectory visualization covers playback, RMSD, and per-frame analysis. Nanome does all 3 with MARA.","molecular dynamics trajectory visualization, how to visualize molecular dynamics, MD trajectory viewer, RMSD analysis, VMD, PyMOL, trajectory playback, Nanome, MARA","software-for-visualizing-molecular-dynamics-trajectories","frequent-topics",{"pagination":19},{"page":20,"pageSize":21,"pageCount":20,"total":20},1,100,{"data":23,"meta":471},[24,29,35,40,45,50,55,60,65,70,75,81,86,92,97,102,107,112,117,122,127,132,137,142,147,153,158,163,168,173,178,183,188,193,198,203,208,213,218,223,228,233,238,243,248,253,258,263,268,273,278,283,288,293,298,303,309,314,319,324,329,334,339,344,349,354,359,364,369,374,379,384,389,394,399,404,409,414,419,424,429,434,439,444,449,454,459,461,466],{"id":20,"attributes":25},{"slug":26,"title":27,"category":28},"spy-stories-and-rational-drug-design","Spy stories & rational drug design","case-studies",{"id":30,"attributes":31},2,{"slug":32,"title":33,"category":34},"meta-quest-pro-and-a-new-version-of-nanome-(v1.24)","Meta Quest Pro & a new version of Nanome (v1.24)","releases",{"id":36,"attributes":37},3,{"slug":38,"title":39,"category":28},"beating-the-pandemic-in-virtual-reality","Beating the Pandemic in Virtual Reality",{"id":41,"attributes":42},4,{"slug":43,"title":44,"category":28},"a-new-era-in-drug-discovery-the-first-ai-generated-drug-is-going-to-clinical-trial","A new era in drug discovery? The first AI-generated drug is going to clinical trial",{"id":46,"attributes":47},5,{"slug":48,"title":49,"category":28},"antibody-prophylaxis-for-lyme-disease","Antibody Prophylaxis for Lyme Disease",{"id":51,"attributes":52},6,{"slug":53,"title":54,"category":28},"diabetes-treatment-is-about-to-change-forever","Diabetes treatment is about to change forever",{"id":56,"attributes":57},7,{"slug":58,"title":59,"category":34},"april-2023-nanome-plugins-and-home.nanome.ai-updates","April 2023 Nanome Plugins & home.nanome.ai Updates",{"id":61,"attributes":62},8,{"slug":63,"title":64,"category":34},"v1.24.4-patch-release-blog-and-data-table-plugin-update","v1.24.4 Patch Release Blog and Data Table Plugin Update",{"id":66,"attributes":67},9,{"slug":68,"title":69,"category":28},"exploring-gaba-in-vr-common-therapeutics-can-reverse-pathological-sleep-conditions","Exploring GABA in VR - Common therapeutics can reverse pathological sleep conditions",{"id":71,"attributes":72},10,{"slug":73,"title":74,"category":34},"introducing-mara:-a-paradigm-shift-in-ai-assisted-scientific-informatics-workflow-orchestration","Introducing MARA: A Paradigm Shift in AI-assisted Scientific Informatics Workflow Orchestration",{"id":76,"attributes":77},11,{"slug":78,"title":79,"category":80},"reflecting-on-2023-and-looking-forward-to-2024","Reflecting on 2023, and looking forward to 2024","philosophy",{"id":82,"attributes":83},12,{"slug":84,"title":85,"category":80},"our-thoughts-on-the-up-and-coming-apple-vision-pro","Our thoughts on the up & coming Apple Vision Pro ",{"id":87,"attributes":88},13,{"slug":89,"title":90,"category":91},"revolutionize-your-research-with-the-nanome-jupyter-cookbook-plugin","Revolutionize Your Research with the Nanome Jupyter Cookbook Plugin","tutorials",{"id":93,"attributes":94},14,{"slug":95,"title":96,"category":34},"introducing-the-the-nanome-scene-viewer-plugin","Introducing the The Nanome Scene Viewer Plugin",{"id":98,"attributes":99},15,{"slug":100,"title":101,"category":80},"nanospin:-a-glimpse-into-nanome's-vision-for-the-future-with-apple-vision-pro","NanoSpin: A Glimpse into Nanome's Vision for the Future with Apple Vision Pro",{"id":103,"attributes":104},16,{"slug":105,"title":106,"category":34},"calcflow-comes-to-the-apple-vision-pro","Calcflow comes to the Apple Vision Pro",{"id":108,"attributes":109},17,{"slug":110,"title":111,"category":34},"nanome-apple-vision-pro-and-2.0-dev-blog-april-2024","Nanome Apple Vision Pro & 2.0 Dev Blog April 2024",{"id":113,"attributes":114},18,{"slug":115,"title":116,"category":34},"mara-q2-2024-update-blog","MARA Q2 2024 Update Blog",{"id":118,"attributes":119},19,{"slug":120,"title":121,"category":80},"nanome-on-apple-vision-pro-roadmap","Nanome on Apple Vision Pro Roadmap",{"id":123,"attributes":124},20,{"slug":125,"title":126,"category":34},"v1.24.6-patch-release","v1.24.6 Patch Release",{"id":128,"attributes":129},21,{"slug":130,"title":131,"category":34},"mara-public-beta-coming-soon","MARA Public Beta Coming Soon ",{"id":133,"attributes":134},22,{"slug":135,"title":136,"category":34},"introduction-to-mara-freemium","Introduction to MARA Freemium",{"id":138,"attributes":139},23,{"slug":140,"title":141,"category":91},"computer-aided-drug-discovery-and-design-through-mara","Computer-Aided Drug Discovery & Design through MARA",{"id":143,"attributes":144},24,{"slug":145,"title":146,"category":91},"mara-and-cdd-integration-example","MARA & CDD Integration Example",{"id":148,"attributes":149},26,{"slug":150,"title":151,"category":152},"collaborative-drug-discovery-and-nanome-partnership-announcement","Collaborative Drug Discovery & Nanome Partnership Announcement","partnerships",{"id":154,"attributes":155},25,{"slug":156,"title":157,"category":91},"introduction-to-mara-tool-creation","Introduction to MARA Tool Creation",{"id":159,"attributes":160},27,{"slug":161,"title":162,"category":34},"mara-update:-v0.12.10","MARA Update: v0.12.10",{"id":164,"attributes":165},28,{"slug":166,"title":167,"category":91},"mara-bioinformatics-workflow","MARA Bioinformatics Workflow",{"id":169,"attributes":170},29,{"slug":171,"title":172,"category":91},"mara-cheminformatics-workflow","MARA Cheminformatics Workflow",{"id":174,"attributes":175},32,{"slug":176,"title":177,"category":34},"announcing-the-early-access-program-for-nanome-ai:-the-next-generation-of-molecular-design","Announcing the Early Access Program for Nanome AI: The Next Generation of Molecular Design",{"id":179,"attributes":180},31,{"slug":181,"title":182,"category":91},"mara-and-jupyter-notebook-integration","MARA and Jupyter Notebook Integration",{"id":184,"attributes":185},33,{"slug":186,"title":187,"category":91},"exploring-the-new-scene-menu-in-nanome-2.0:-a-comprehensive-guide","Exploring the New Scene Menu in Nanome 2.0: A Comprehensive Guide",{"id":189,"attributes":190},34,{"slug":191,"title":192,"category":91},"understanding-nanome-2.0's-new-permissioning-system:-a-guide-to-secure-and-collaborative-workspaces","Understanding Nanome 2.0’s New Permissioning System: A Guide to Secure and Collaborative Workspaces",{"id":194,"attributes":195},35,{"slug":196,"title":197,"category":91},"nanome-2.0:-a-deep-dive-into-the-technical-foundations","Nanome 2.0: A Deep Dive into the Technical Foundations",{"id":199,"attributes":200},36,{"slug":201,"title":202,"category":34},"major-updates-to-the-nanome-documentation-site","Major Updates to the Nanome Documentation Site",{"id":204,"attributes":205},37,{"slug":206,"title":207,"category":91},"assay-data-enabled-analysis-workflows-in-mara","Assay Data Enabled Analysis Workflows in MARA",{"id":209,"attributes":210},38,{"slug":211,"title":212,"category":91},"from-vault-to-workspaces:-the-evolution-of-file-and-workflow-management-in-nanome-2.0","From Vault to Workspaces: The Evolution of File and Workflow Management in Nanome 2.0",{"id":214,"attributes":215},39,{"slug":216,"title":217,"category":80},"looking-back-at-2024-and-what's-next-for-nanome-in-2025","Looking Back at 2024 and What’s Next for Nanome in 2025",{"id":219,"attributes":220},40,{"slug":221,"title":222,"category":91},"how-nanome's-agentic-platform-can-enhance-and-integrate-with-your-docking-and-structural-visualization-workflows","How Nanome’s agentic platform can enhance and integrate with your docking and structural visualization workflows",{"id":224,"attributes":225},41,{"slug":226,"title":227,"category":34},"nanome-ai-february-2025-update!","Nanome AI February 2025 Update!",{"id":229,"attributes":230},42,{"slug":231,"title":232,"category":34},"mara's-updated-workflow-processes-provide-huge-time-savings!","MARA’s Updated Workflow Processes Provide Huge Time Savings!",{"id":234,"attributes":235},43,{"slug":236,"title":237,"category":152},"livedesign-live-reports-literally-at-your-fingertips","LiveDesign Live Reports — Literally at Your Fingertips",{"id":239,"attributes":240},44,{"slug":241,"title":242,"category":34},"nanome-v2.1.0-release-update:-new-workspace-api-interactions-alignment-ligands-table-and-more!","Nanome v2.1.0 Release Update: New Workspace API, Interactions, Alignment, Ligands Table, and more!",{"id":244,"attributes":245},45,{"slug":246,"title":247,"category":152},"view-your-openeyecadence-data-with-fresh-eyes-using-nanome-xr","View Your OpenEye\u002FCadence Data with Fresh Eyes using Nanome XR",{"id":249,"attributes":250},46,{"slug":251,"title":252,"category":34},"nanome-v2.1.1-patch-release-update:-new-scene-pov-sdf-metadata-support-and-rendering-improvements","Nanome v2.1.1 Patch Release Update: New Scene POV, SDF Metadata Support, and Rendering Improvements",{"id":254,"attributes":255},47,{"slug":256,"title":257,"category":34},"nanome-v2.2.0:-measure-interact-and-analyze-from-atom-to-angstroms","Nanome v2.2.0: Measure, Interact, and Analyze from Atom to Angstroms",{"id":259,"attributes":260},48,{"slug":261,"title":262,"category":28},"v2.2-usecase-blog:-how-a-biochemist-leveraged-measurement-tools-in-xr-to-streamline-protein-design","V2.2 Usecase Blog: How a biochemist leveraged Measurement Tools in XR to Streamline Protein Design",{"id":264,"attributes":265},49,{"slug":266,"title":267,"category":152},"from-pdb-to-pose:-integration-of-nanome's-mara-and-cresset's-flare","From PDB to Pose: Integration of Nanome’s MARA and Cresset’s Flare",{"id":269,"attributes":270},50,{"slug":271,"title":272,"category":34},"nanome-v2.3.0:-new-tools-(builder-and-selection)-sequence-menu-and-web-preview","Nanome V2.3.0: New Tools (Builder and Selection), Sequence Menu, and Web Preview",{"id":274,"attributes":275},51,{"slug":276,"title":277,"category":34},"important-security-update-for-nanome-unity-vulnerability-patch","Important Security Update for Nanome – Unity Vulnerability Patch",{"id":279,"attributes":280},52,{"slug":281,"title":282,"category":80},"interface-to-design-the-future","Interface to Design the Future",{"id":284,"attributes":285},53,{"slug":286,"title":287,"category":91},"setting-up-boltz-2-configuration-files-and-analysis-with-nanome-ai","Setting Up Boltz-2 Configuration Files and Analysis with Nanome AI",{"id":289,"attributes":290},54,{"slug":291,"title":292,"category":152},"meta-horizon-managed-services-goes-free:-what-this-means-for-enterprise-vr-users","Meta Horizon Managed Services Goes Free: What This Means for Enterprise VR Users",{"id":294,"attributes":295},55,{"slug":296,"title":297,"category":34},"nanome-v2.4.0:-early-access-release-mara-voice-commands-minimization-chem-interactions-and-more!","Nanome v2.4.0: Early Access Release, Mara Voice Commands, Minimization, Chem Interactions, and more! ",{"id":299,"attributes":300},60,{"slug":301,"title":302,"category":152},"nanome-joins-the-openfold-consortium","Nanome Joins the OpenFold Consortium",{"id":304,"attributes":305},66,{"slug":306,"title":307,"category":308},"announcing:-nanome-claude-code-skill-and-mcp-server-and-what's-next-for-mara","Announcing: Nanome Claude Code Skill & MCP Server, and What's Next for MARA",null,{"id":310,"attributes":311},69,{"slug":312,"title":313,"category":80},"the-new-front-door-to-nanome","The New Front Door to Nanome",{"id":315,"attributes":316},68,{"slug":317,"title":318,"category":34},"nanome-v2.5:-web-trajectories-torsion-tool-and-more","Nanome v2.5: Web, Trajectories, Torsion Tool, and More",{"id":320,"attributes":321},70,{"slug":322,"title":323,"category":308},"academic-license-update-for-nanome","Academic License Update for Nanome",{"id":325,"attributes":326},71,{"slug":327,"title":328,"category":34},"web-app-1.0-ships-today-and-mara's-beta-tag-comes-off-with-it.","Web App 1.0 ships today, and MARA's beta tag comes off with it.",{"id":330,"attributes":331},138,{"slug":332,"title":333,"category":34},"v2.6-release-blog:-scene-recording-residue-editor-mara-tools-in-xr-and-more","V2.6 Release Blog: Scene Recording, Residue Editor, MARA Tools in XR, and More",{"id":335,"attributes":336},140,{"slug":337,"title":338,"category":28},"how-resonac-turned-two-years-of-misaligned-randd-into-a-single-afternoon-breakthrough","How Resonac Turned Two Years of Misaligned R&D Into a Single Afternoon Breakthrough",{"id":340,"attributes":341},141,{"slug":342,"title":343,"category":308},"nanome-mcp-is-live!","Nanome MCP is live!",{"id":345,"attributes":346},142,{"slug":347,"title":348,"category":17},"what-a-modern-molecular-presentation-looks-like","The molecular PowerPoint: what a modern molecular presentation looks like",{"id":350,"attributes":351},102,{"slug":352,"title":353,"category":17},"how-to-view-pdb-files-in-3d-and-the-tools-that-do-it-well","How to view PDB files in 3D, and the tools that do it well",{"id":355,"attributes":356},90,{"slug":357,"title":358,"category":17},"molecular-visualization-for-structural-biologists","Molecular visualization for structural biologists",{"id":360,"attributes":361},83,{"slug":362,"title":363,"category":17},"collaborative-drug-discovery-software-for-remote-teams","Collaborative drug discovery software for remote teams",{"id":365,"attributes":366},85,{"slug":367,"title":368,"category":17},"how-to-analyze-protein-ligand-interactions","How to analyze protein-ligand interactions",{"id":370,"attributes":371},103,{"slug":372,"title":373,"category":17},"vr-for-medicinal-chemists","VR for medicinal chemists",{"id":375,"attributes":376},86,{"slug":377,"title":378,"category":17},"how-to-visualize-proteins-in-vr","How to visualize proteins in VR",{"id":380,"attributes":381},77,{"slug":382,"title":383,"category":17},"software-for-computational-antibody-design","Software for computational antibody design",{"id":385,"attributes":386},88,{"slug":387,"title":388,"category":17},"software-for-molecular-docking-visualization","Software for molecular docking visualization",{"id":390,"attributes":391},105,{"slug":392,"title":393,"category":17},"the-best-molecular-visualization-tools","The best molecular visualization tools",{"id":395,"attributes":396},84,{"slug":397,"title":398,"category":17},"drug-discovery-software-for-computational-chemistry","Drug discovery software for computational chemistry",{"id":400,"attributes":401},74,{"slug":402,"title":403,"category":17},"agentic-ai-for-computational-chemistry","Agentic AI for computational chemistry",{"id":405,"attributes":406},75,{"slug":407,"title":408,"category":17},"an-ai-copilot-for-drug-discovery-workflows","An AI copilot for drug discovery workflows",{"id":410,"attributes":411},87,{"slug":412,"title":413,"category":17},"mcp-servers-for-cheminformatics-and-drug-discovery","MCP servers for cheminformatics and drug discovery",{"id":415,"attributes":416},93,{"slug":417,"title":418,"category":17},"how-nanome-is-different-from-moe","How Nanome is different from MOE",{"id":420,"attributes":421},92,{"slug":422,"title":423,"category":17},"how-nanome-is-different-from-biovia-discovery-studio","How Nanome is different from BIOVIA Discovery Studio",{"id":425,"attributes":426},94,{"slug":427,"title":428,"category":17},"how-nanome-is-different-from-pymol","How Nanome is different from PyMOL",{"id":430,"attributes":431},95,{"slug":432,"title":433,"category":17},"how-nanome-is-different-from-schrodinger-maestro","How Nanome is different from Schrödinger Maestro",{"id":435,"attributes":436},91,{"slug":437,"title":438,"category":17},"how-nanome-is-different-from-ucsf-chimerax","How Nanome is different from UCSF ChimeraX",{"id":440,"attributes":441},145,{"slug":442,"title":443,"category":17},"how-to-run-an-sar-meeting","How to run an SAR meeting on a 3D structure",{"id":445,"attributes":446},96,{"slug":447,"title":448,"category":17},"how-nanome-is-different-from-vmd","How Nanome is different from VMD",{"id":450,"attributes":451},98,{"slug":452,"title":453,"category":17},"tools-for-visualizing-protein-ligand-interactions","Tools for visualizing protein-ligand interactions",{"id":455,"attributes":456},144,{"slug":457,"title":458,"category":17},"presenting-computational-results-to-experimental-teams","How to present computational results to an experimental team",{"id":6,"attributes":460},{"slug":16,"title":8,"category":17},{"id":462,"attributes":463},143,{"slug":464,"title":465,"category":17},"how-to-share-a-3d-molecular-structure-with-your-team","How to share a 3D molecular structure with your team",{"id":467,"attributes":468},97,{"slug":469,"title":470,"category":17},"natural-language-interfaces-for-molecular-modeling","Natural language interfaces for molecular modeling",{"pagination":472},{"page":20,"pageSize":21,"pageCount":20,"total":6},1789488481972]