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

@@ -2,7 +2,7 @@
## Project Setup Complete! ✅
Your NX OptiMaster project has been initialized with the following structure:
Your Atomizer project has been initialized with the following structure:
```
C:\Users\antoi\Documents\Atomaste\Atomizer\
@@ -157,8 +157,8 @@ C:\Users\antoi\Documents\Atomaste\Atomizer\
```bash
# Create conda environment
conda create -n nx-optimaster python=3.10
conda activate nx-optimaster
conda create -n atomizer python=3.10
conda activate atomizer
# Install in development mode
pip install -e .