Rebrand project from nx-optimaster to Atomizer

- Update project name in all documentation files
- Update GitHub repository references to Anto01/Atomizer
- Update Python package name to 'atomizer'
- Update conda environment name references
- Update all module docstrings with new branding

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-15 08:05:19 -05:00
parent 2201aeee77
commit d1cbeb75a5
8 changed files with 26 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
"""
NX OptiMaster Optimization Engine
Atomizer Optimization Engine
Core optimization logic with Optuna integration, reused and enhanced from Atomizer.
Core optimization logic with Optuna integration for NX Simcenter.
"""
__version__ = "0.1.0"