Skip to content

adds pt for creating a molecular grid#170

Merged
ryanmrichard merged 1 commit intomasterfrom
grid_pt
Sep 12, 2025
Merged

adds pt for creating a molecular grid#170
ryanmrichard merged 1 commit intomasterfrom
grid_pt

Conversation

@ryanmrichard
Copy link
Copy Markdown
Member

Is this pull request associated with an issue(s)?
No

Description
Adds a property type for building a molecular grid.

TODOs
Nopers.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new property type MolecularGrid for building molecular grids within the SIMDE computational chemistry framework. The property type takes a molecule as input and produces a grid suitable for integration operations.

  • Adds MolecularGrid property type with appropriate input/output specifications
  • Creates header structure for integration grids module
  • Includes unit tests to validate the property type implementation

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
include/simde/integration_grids/molecular_grid.hpp Defines the MolecularGrid property type with molecule input and grid output
include/simde/integration_grids/integration_grids.hpp Creates module header that includes molecular_grid.hpp
include/simde/simde.hpp Adds integration_grids module to main header
tests/cxx/unit_tests/integration_grids/molecular_grid.cpp Unit test for MolecularGrid property type

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ryanmrichard ryanmrichard merged commit 4a19195 into master Sep 12, 2025
5 checks passed
@ryanmrichard ryanmrichard deleted the grid_pt branch September 12, 2025 18:45
@github-actions
Copy link
Copy Markdown
Contributor

🚀 [bumpr] Bumped!
New version:v0.0.59
Changes:v0.0.58...v0.0.59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants