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
.
amusecode
/
amuse
Public
Notifications
You must be signed in to change notification settings
Fork
113
Star
186
Code
Issues
162
Pull requests
27
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
1207 fix
- #1266
#1266
Open
HannoSpreeuw
wants to merge 25 commits into
amusecode:main
amusecode/amuse:main
from
HannoSpreeuw:1207_fix
HannoSpreeuw/amuse:1207_fix
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
1207 fix
#1266
HannoSpreeuw
wants to merge 25 commits into
amusecode:main
amusecode/amuse:main
from
HannoSpreeuw:1207_fix
HannoSpreeuw/amuse:1207_fix
Copy head branch name to clipboard
Commits
Commits on May 6, 2026
Perform these calculations only with mass
Show description for 460169d
HannoSpreeuw
committed
460169d
View commit details
Copy full SHA for 460169d
Browse repository at this point
Commits on May 7, 2026
This essentially reverts commit 460169d
Show description for 53b929b
HannoSpreeuw
committed
53b929b
View commit details
Copy full SHA for 53b929b
Browse repository at this point
Lower limit on the mass not hard coded.
Show description for 98eca4f
HannoSpreeuw
committed
98eca4f
View commit details
Copy full SHA for 98eca4f
Browse repository at this point
Test particles will never reach the GPU
Show description for 75f1c44
HannoSpreeuw
committed
75f1c44
View commit details
Copy full SHA for 75f1c44
Browse repository at this point
"SAPPORO_TEST_PARTICLE_MASS" is set
Show description for 951bb36
HannoSpreeuw
committed
951bb36
View commit details
Copy full SHA for 951bb36
Browse repository at this point
Declaration of "nj_massive"
Show description for 5b1611c
HannoSpreeuw
committed
5b1611c
View commit details
Copy full SHA for 5b1611c
Browse repository at this point
Sorting of particles along mass
Show description for 4dafb00
HannoSpreeuw
committed
4dafb00
View commit details
Copy full SHA for 4dafb00
Browse repository at this point
Set "nj_massive" for "gpu"
Show description for 8d664c2
HannoSpreeuw
committed
8d664c2
View commit details
Copy full SHA for 8d664c2
Browse repository at this point
Runs with test particles seemed to take forever
Show description for c1712d4
HannoSpreeuw
committed
c1712d4
View commit details
Copy full SHA for c1712d4
Browse repository at this point
Commits on May 15, 2026
No speedup from conditional
Show description for 107d43a
HannoSpreeuw
committed
107d43a
View commit details
Copy full SHA for 107d43a
Browse repository at this point
Simpler way to weed out massless particles
Show description for ae1c36e
HannoSpreeuw
committed
ae1c36e
View commit details
Copy full SHA for ae1c36e
Browse repository at this point
With the new method, "nj_massive" is redundant
Show description for 4f15dd9
HannoSpreeuw
committed
4f15dd9
View commit details
Copy full SHA for 4f15dd9
Browse repository at this point
Line most likely redundant
Show description for 7b6c07f
HannoSpreeuw
committed
7b6c07f
View commit details
Copy full SHA for 7b6c07f
Browse repository at this point
"nj_massive" has become redundant.
HannoSpreeuw
committed
1a35326
View commit details
Copy full SHA for 1a35326
Browse repository at this point
Commits on May 18, 2026
This whitespace was redundant.
HannoSpreeuw
committed
f46e8d5
View commit details
Copy full SHA for f46e8d5
Browse repository at this point
This check should be made at the caller
Show description for c85271f
HannoSpreeuw
committed
c85271f
View commit details
Copy full SHA for c85271f
Browse repository at this point
Commits on May 19, 2026
Check "nj > 0" at the caller
Show description for ac1ecdf
HannoSpreeuw
committed
ac1ecdf
View commit details
Copy full SHA for ac1ecdf
Browse repository at this point
Only add a j-particle when it has mass
Show description for 1d0386d
HannoSpreeuw
committed
1d0386d
View commit details
Copy full SHA for 1d0386d
Browse repository at this point
Merge branch 'main' into 1207_fix
HannoSpreeuw
authored
7568d01
View commit details
Copy full SHA for 7568d01
Browse repository at this point
This print statement is redundant
Show description for 3a2a913
HannoSpreeuw
committed
3a2a913
View commit details
Copy full SHA for 3a2a913
Browse repository at this point
This conditional has become redundant
Show description for 3f3f787
HannoSpreeuw
committed
3f3f787
View commit details
Copy full SHA for 3f3f787
Browse repository at this point
Commits on May 20, 2026
We should not add a particle when massless
Show description for b726e4f
HannoSpreeuw
committed
b726e4f
View commit details
Copy full SHA for b726e4f
Browse repository at this point
Commits on May 21, 2026
This increases achieved occupancy
Show description for 1f708c9
HannoSpreeuw
committed
1f708c9
View commit details
Copy full SHA for 1f708c9
Browse repository at this point
Commits on May 27, 2026
Merge branch 'main' into 1207_fix
HannoSpreeuw
authored
d20a84f
View commit details
Copy full SHA for d20a84f
Browse repository at this point
Commits on Jul 2, 2026
Merge branch 'main' into 1207_fix
HannoSpreeuw
authored
3d06425
View commit details
Copy full SHA for 3d06425
Browse repository at this point
You can’t perform that action at this time.