Skip to content

Refactor: Split from_iodata and from_pyscf wrappers into independent modules#250

Open
dhruvch12 wants to merge 3 commits intotheochem:masterfrom
dhruvch12:refactor-split-wrappers
Open

Refactor: Split from_iodata and from_pyscf wrappers into independent modules#250
dhruvch12 wants to merge 3 commits intotheochem:masterfrom
dhruvch12:refactor-split-wrappers

Conversation

@dhruvch12
Copy link
Copy Markdown

@dhruvch12 dhruvch12 commented Apr 15, 2026

Decoupled the IOData and PySCF wrappers into their own modules to prevent import errors when optional dependencies are missing. Updated init.py to maintain the public API. All tests passing locally.
Fixes #198

@dhruvch12
Copy link
Copy Markdown
Author

Hello @leila-pujal and @PaulWAyers!

I realized immediately after opening this PR that I accidentally branched this refactor off of my local working tree where I have been prototyping the cibuildwheel CI/CD pipeline for my GSoC proposal (Issue #229). That is why those two extra "prototype" commits are showing up in the history here.

If you would prefer me to do a quick git rebase to isolate only the wrapper refactor commits for a cleaner Git history, just let me know and I will update the PR!

Otherwise, the decoupled IOData and PySCF modules are passing all local tests and are ready for review whenever you have the time.

@PaulWAyers PaulWAyers requested a review from tovrstra April 21, 2026 18:21
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.

[REQUEST]Split from_iodata and from_pyscf wrappers into two independent modules

1 participant