Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
theochem
/
gbasis
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
91
Code
Issues
19
Pull requests
23
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
one index screening
- #211
#211
Merged
marco-2023
merged 31 commits into
theochem:master
theochem/gbasis:master
from
ohzde:screening
ohzde/gbasis:screening
Copy head branch name to clipboard
Sep 26, 2025
Conversation
Commits
31
(31)
Checks
Files changed
Merged
one index screening
#211
marco-2023
merged 31 commits into
theochem:master
theochem/gbasis:master
from
ohzde:screening
ohzde/gbasis:screening
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2025
add screening for `eval.py`
ohzde
committed
073fac1
View commit details
Copy full SHA for 073fac1
Browse repository at this point
add screening for `eval_derive.py`
ohzde
committed
f11a184
View commit details
Copy full SHA for f11a184
Browse repository at this point
add `evaluate_basis_mask()` to `screening.py`
ohzde
committed
140dffa
View commit details
Copy full SHA for 140dffa
Browse repository at this point
add test for `eval.py`
ohzde
committed
d7662de
View commit details
Copy full SHA for d7662de
Browse repository at this point
add test for `eval_deriv.py`
ohzde
committed
d9d4599
View commit details
Copy full SHA for d9d4599
Browse repository at this point
add screening for `density.py`
ohzde
committed
9c92c17
View commit details
Copy full SHA for 9c92c17
Browse repository at this point
add test for `density.py`
ohzde
committed
ae87675
View commit details
Copy full SHA for ae87675
Browse repository at this point
add screening for `stress_tensor.py`
ohzde
committed
81d0f79
View commit details
Copy full SHA for 81d0f79
Browse repository at this point
add test for `stress_tensor.py`
ohzde
committed
ca8801f
View commit details
Copy full SHA for ca8801f
Browse repository at this point
fix math for `evaluate_contraction_mask()` docstring
ohzde
committed
1ed9d6d
View commit details
Copy full SHA for 1ed9d6d
Browse repository at this point
fix math for `evaluate_contraction_mask()`
ohzde
committed
4f728ee
View commit details
Copy full SHA for 4f728ee
Browse repository at this point
fix `screening.py`
Show description for 7201184
ohzde
committed
7201184
View commit details
Copy full SHA for 7201184
Browse repository at this point
Commits on Aug 10, 2025
Add density screening points mask
marco-2023
committed
084326f
View commit details
Copy full SHA for 084326f
Browse repository at this point
Add function to compute screening cutoff radius
marco-2023
committed
f812fee
View commit details
Copy full SHA for f812fee
Browse repository at this point
Simplify evaluation screening base function
marco-2023
committed
b02ec02
View commit details
Copy full SHA for b02ec02
Browse repository at this point
Commits on Aug 11, 2025
Add test for is_two_index_overlap_screened function
marco-2023
committed
3f922d2
View commit details
Copy full SHA for 3f922d2
Browse repository at this point
Improve screening documentation
marco-2023
committed
e9aad07
View commit details
Copy full SHA for e9aad07
Browse repository at this point
Commits on Aug 23, 2025
correct formula, use basis set instead of contraction
ohzde
committed
31dd485
View commit details
Copy full SHA for 31dd485
Browse repository at this point
update based on the new mask function
ohzde
committed
44ff6ba
View commit details
Copy full SHA for 44ff6ba
Browse repository at this point
correct the issues for the test
ohzde
committed
ef12ea3
View commit details
Copy full SHA for ef12ea3
Browse repository at this point
tests for screening accuracy
ohzde
committed
7ed62ee
View commit details
Copy full SHA for 7ed62ee
Browse repository at this point
Commits on Sep 10, 2025
Clean get_points_mask_for_contraction screening function
marco-2023
committed
59da346
View commit details
Copy full SHA for 59da346
Browse repository at this point
Commits on Sep 18, 2025
Fix eval screening
Show description for f71ba2d
marco-2023
committed
f71ba2d
View commit details
Copy full SHA for f71ba2d
Browse repository at this point
Add screening to basis evaluation
marco-2023
committed
c07e687
View commit details
Copy full SHA for c07e687
Browse repository at this point
Test compute_primitive_cutoff_radius
marco-2023
committed
c6ec618
View commit details
Copy full SHA for c6ec618
Browse repository at this point
Add screening to density evaluation
marco-2023
committed
0c4a12a
View commit details
Copy full SHA for 0c4a12a
Browse repository at this point
Remove unnecessary prints
marco-2023
committed
c8a4ca6
View commit details
Copy full SHA for c8a4ca6
Browse repository at this point
Commits on Sep 19, 2025
Remove screening from eval tests
marco-2023
committed
ac20a62
View commit details
Copy full SHA for ac20a62
Browse repository at this point
Commits on Sep 20, 2025
Remove screening from density and direct_density tests
marco-2023
committed
7f9819a
View commit details
Copy full SHA for 7f9819a
Browse repository at this point
Merge branch with fixed eval screening
marco-2023
committed
235c734
View commit details
Copy full SHA for 235c734
Browse repository at this point
Update tests/test_screening.py
Show description for 05fcf65
marco-2023
and
Copilot
authored
05fcf65
View commit details
Copy full SHA for 05fcf65
Browse repository at this point
You can’t perform that action at this time.