Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»TorchSim: A Next-Generation PyTorch-Native Atomistic Simulation Engine for the MLIP Era

    TorchSim: A Next-Generation PyTorch-Native Atomistic Simulation Engine for the MLIP Era

    April 9, 2025
    TorchSim: A Next-Generation PyTorch-Native Atomistic Simulation Engine for the MLIP Era

    Radical AI has released TorchSim, a next-generation PyTorch-native atomistic simulation engine for the MLIP era. It accelerates materials simulation by orders of magnitude, transforming traditional scientific approaches. Current materials research requires large teams focused on single problems, resulting in slow progress and high costs. Radical AI aims to revolutionize this paradigm by enabling individual scientists to tackle multiple challenges simultaneously through AI and autonomous systems. TorchSim serves as the first public demonstration of this scientific approach, which allows real-time correlation between measured material properties and simulations at an unprecedented scale when integrated with self-driving laboratories.

    TorchSim transforms atomistic simulation within PyTorch, delivering 100 times speedup compared to ASE and 100,000,000 times acceleration over DFT. TorchSim reimplements the most popular molecular dynamics and optimization algorithms, including NVE, NVT, NPT, gradient descent, and Frechet cell FIRE, while offering a user-friendly API with trajectory reporting, automatic memory management, and integration with established materials software and machine learning libraries. Radical AI released TorchSim as open-source software while maintaining it as one component of their Materials Flywheel™ ecosystem. The company aims to supply advanced materials to critical industries while accelerating materials development through this simulation revolution.

    TorchSim simplifies atomistic simulation through a comprehensive high-level API featuring three primary “runner” functions: integrate for molecular dynamics, optimize for relaxation, and static for static evaluation. These functions share similar signatures while supporting auto batching, trajectory reporting, diverse models, and compatibility with popular libraries. The framework accommodates various simulation types, including NVT/NPT integration and gradient descent/FIRE optimization methods. The SimState is the core atomistic representation for the TorchSim package, containing atoms, atomic numbers, cell data, and all necessary simulation elements. SimState uses PyTorch tensors as attributes and employs a batched structure capable of representing single or multiple systems simultaneously.

    TorchSim addresses the complex challenge of efficient GPU memory utilization during batched operations. Different models require varying memory allocations for identical systems, while memory footprint scaling depends on neighbor list computation methods. For instance, MACE models scale with the product of atom count and number density, whereas Fairchem models scale only with atom count. TorchSim dynamically determines model memory requirements and optimally arranges simulations to maximize available memory utilization. This intelligent management works across molecular dynamics simulations and optimization processes, ensuring computational resources are used efficiently throughout different simulation types.

    TorchSim introduces a novel trajectory format designed for native integration with its batched state system, supporting binary encoding of diverse properties and real-time compression. Despite recognizing the current abundance of trajectory formats, developers determined that creating a new format was necessary to fulfill project requirements. The resulting TorchSimTrajectory is built on HDF5 and works as an efficient container for arbitrary arrays with utilities optimized for atomistic simulation. It utilizes consistent binary encoding and compression across all properties, including temperature, forces, per-atom energies, and electric fields, enabling comprehensive and efficient data management.

    TorchSim welcomes community feedback as an experimental library. Contributors must first sign Radical AI’s Contributor License Agreement (CLA), a one-time requirement covering all Radical AI open source projects. This agreement allows contributors to retain ownership of their work while granting Radical AI necessary usage rights. The CLA-bot automatically verifies signatures on pull requests. All code submissions undergo mandatory review by project maintainers before merging. Contributors should submit changes through GitHub pull requests, with even maintainers’ submissions requiring review from other maintainers. Prompt responses to feedback and requested changes are expected throughout the review process.


    Check out the Technical Details and GitHub Page. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 85k+ ML SubReddit.

    🔥 [Register Now] miniCON Virtual Conference on OPEN SOURCE AI: FREE REGISTRATION + Certificate of Attendance + 3 Hour Short Event (April 12, 9 am- 12 pm PST) + Hands on Workshop [Sponsored]

    The post TorchSim: A Next-Generation PyTorch-Native Atomistic Simulation Engine for the MLIP Era appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleUnveiling Attention Sinks: The Functional Role of First-Token Focus in Stabilizing Large Language Models
    Next Article Implement human-in-the-loop confirmation with Amazon Bedrock Agents

    Related Posts

    Machine Learning

    How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    July 22, 2025
    Machine Learning

    Boolformer: Symbolic Regression of Logic Functions with Transformers

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Freelancers vs. Agencies for React Native Development: Which Is the Right Fit for Your Project?👥

    Web Development

    CVE-2025-4182 – PCMan FTP Server Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-7528 – Tenda FH1202 Stack-Based Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-49113: Roundcube RCE Exploit Unveiled—The Swiss Army Knife of Webmail Just Got a Weaponized Blade

    Security

    Highlights

    CVE-2025-20286 – “Cisco ISE Cloud Credential Exposure Vulnerability”

    June 4, 2025

    CVE ID : CVE-2025-20286

    Published : June 4, 2025, 5:15 p.m. | 2 hours, 21 minutes ago

    Description : A vulnerability in Amazon Web Services (AWS), Microsoft Azure, and Oracle Cloud Infrastructure (OCI) cloud deployments of Cisco Identity Services Engine (ISE) could allow an unauthenticated, remote attacker to access sensitive data, execute limited administrative operations, modify system configurations, or disrupt services within the impacted systems.

    This vulnerability exists because credentials are improperly generated when Cisco ISE is being deployed on cloud platforms, resulting in different Cisco ISE deployments sharing the same credentials. These credentials are shared across multiple Cisco ISE deployments as long as the software release and cloud platform are the same. An attacker could exploit this vulnerability by extracting the user credentials from Cisco ISE that is deployed in the cloud and then using them to access Cisco ISE that is deployed in other cloud environments through unsecured ports. A successful exploit could allow the attacker to access sensitive data, execute limited administrative operations, modify system configurations, or disrupt services within the impacted systems.
    Note: If the Primary Administration node is deployed in the cloud, then Cisco ISE is affected by this vulnerability. If the Primary Administration node is on-premises, then it is not affected.

    Severity: 9.9 | CRITICAL

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Implementing an LLM Agent with Tool Access Using MCP-Use

    May 13, 2025

    CVE-2025-3879 – Vault Azure Auth Token Validation Bypass

    May 2, 2025

    Google rolls out 3 new Cloud Marketplace perks and incentives to keep you loyal

    May 15, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.