Listing Thumbnail

    AQCat - AI Models for Catalyst Discovery

     Info
    Sold by: SandboxAQ 
    Deployed on AWS
    Free Trial
    A high-fidelity, spin-aware machine learning interatomic potential family that delivers DFT-level adsorption energy accuracy for industrially relevant catalysts at up to 20,000x the speed of physics-based calculations.

    Overview

    AQCat is a family of spin-aware machine learning interatomic potentials (MLIPs) built for heterogeneous catalysis screening and chemical discovery. Deployed as an Amazon SageMaker model package in the customer own AWS tenant, AQCat supports both direct model inference for structural energies and forces and an adsorption workflow for estimating minimum adsorption energies across candidate catalyst surfaces. It is designed to deliver DFT-level adsorption energy accuracy at up to 20,000x the speed of physics-based calculations. Developed for materials scientists, catalyst researchers, computational chemists, and R&D teams in industries including chemicals, energy, oil and gas, agriculture, and pharmaceuticals, it helps users evaluate catalyst candidates faster while keeping proprietary structures and workflows inside their own environment.

    The AQCat25-EV2 model is trained on the AQCat25 dataset with 13.5 million high-fidelity DFT calculations. In published benchmarking referenced in the listing draft, it identified the global minimum adsorption within 0.1 eV for 69.9% of the test set and achieved mean absolute errors of 349 meV on energies and 16.98 meV/A on forces on the AQCat25 test set, while maintaining 290 meV energy error and 20.46 meV/A force error on a subsampled OC20 validation set. For organizations seeking a machine learning force field (MLFF) for adsorption energy prediction, transition-state exploration, and virtual screening, AQCat is designed to reduce the tradeoff between quantum-chemistry accuracy and computational throughput.

    Revisions to Standard Contract for AWS Marketplace: We are making our model available under the Standard Contract for AWS Marketplace, but note that our professional liability insurance does not cover proprietary rights infringement as described in Section 11.1.2 of the Standard Contract, and this product listing amends that section of the contract as permitted by Section 1.3 of the Standard Contract.

    Highlights

    • In-Silico Virtual Screening: Pre-screen massive, high-risk chemical design spaces and novel bulk compounds in days instead of months to optimize R&D budgets before physical synthesis.
    • Isolated, Secure Workloads: Run highly proprietary molecular structures and catalyst designs with absolute data privacy. Because the model deploys via Amazon SageMaker inside your own isolated AWS tenant, your input data, inference payloads, and chemical structures are never exposed to external networks, never shared with SandboxAQ, and never used for retraining.
    • Unlocking Sustainable Energy and Chemicals: Accelerate the discovery of optimal active sites and intermediates for green hydrogen production (water splitting), carbon capture utilization (CO2-to-fuels), fuel cells, sustainable fertilizer production, and methane-to-methanol conversion.

    Details

    Delivery method

    Latest version

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 14 days according to the free trial terms set by the vendor.

    AQCat - AI Models for Catalyst Discovery

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (3)

     Info
    Dimension
    Description
    Cost
    ml.g4dn.xlarge Inference (Batch)
    Recommended
    Model inference on the ml.g4dn.xlarge instance type, batch mode
    $999.00/host/hour
    ml.g5.xlarge Inference (Batch)
    Model inference on the ml.g5.xlarge instance type, batch mode
    $999.00/host/hour
    inference.count.m.i.c Inference Pricing
    inference.count.m.i.c Inference Pricing
    $0.002/request

    Vendor refund policy

    All charges and subscription fees for this SaaS offering are final and non-refundable. You may cancel your subscription at any time to prevent future billing; however, your cancellation will take effect at the end of your current billing cycle. We do not provide prorated refunds or credits for any partial months, unused time, or downgraded plans.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.

    Deploy the model on Amazon SageMaker AI using the following options:
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .
    Version release notes

    This version includes the AQCat25-EV2 MLP, which is a machine learning model for heterogeneous catalysis that incorporates spin polarization and covers every industrially relevant element. Trained on the AQCat25 dataset (with 13.5 million high-fidelity DFT calculations).

    Additional details

    Inputs

    Summary

    There are two modes that the model can be run in. More details and input samples can be found in the docs here . For mode: "mlp" (default, docs here ), the model expects application/json input with an instances array of one or more atomic structures, where each structure is provided as a JSON-serialized ASE Atoms object. Multiple structures can be included in the same instances array to create a mini-batch within a single request. For mode: “min-adsorption-energy-workflow” (docs here ): The model expects application/json input with an instances array of one or more screening requests, where each instance represents a bulk/facet/adsorbate combination for catalysis screening. For both modes, the real-time endpoint is the primary and recommended invocation path. Batch transform is possible and uses the same JSON schema.

    Input MIME type
    application/json
    https://github.com/sandbox-quantum/marketplace-public-docs/blob/main/aqcat/aws-marketplace/mlp-model/sample_data/input_realtime_sample.json
    https://github.com/sandbox-quantum/marketplace-public-docs/blob/main/aqcat/aws-marketplace/adsorption-workflow/sample_data/input_batch_sample.json

    Support

    Vendor support

    Support resources

    For all support inquiries - including model deployment assistance, inference troubleshooting, accuracy questions, billing issues or more generally getting started - contact the SandboxAQ AQCat team at support.aisim@sandboxaq.com 

    Please consult our product's documentation listed under the Resources section, as it may contain the answers to your questions.

    Refund policy

    All charges and subscription fees for this SaaS offering are final and non-refundable. You may cancel your subscription at any time to prevent future billing; however, your cancellation will take effect at the end of your current billing cycle. We do not provide prorated refunds or credits for any partial months, unused time, or downgraded plans.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.