This directory contains experimental and development versions of QTracker-related tools and utilities. These are not intended for production use but serve as a repository for development work, experiments, and reference implementations.
Devin/
: Development work and experimental features by DevinQTracker_Train/
: Training and model development toolsQTracker_Execution/
: Execution and runtime componentsMC_Generation/
: Monte Carlo generation utilitiesJay/
: Development work and experimental features by JayData_Converters/
: Data format conversion tools
This directory serves as a sandbox for:
- Experimental features
- Development work
- Proof of concept implementations
- Reference implementations
- Testing new approaches
- Unstable features
- Incomplete implementations
- Experimental code
- Deprecated functionality
- Development work in progress
If you need to use any of these tools:
- Review the specific subdirectory's README
- Check for any warnings or known issues
- Test thoroughly in a development environment
- Consider using the production versions in the main QTracker repository
When adding new experimental features:
- Create a new subdirectory if needed
- Include a README.md with:
- Purpose of the code
- Dependencies
- Usage instructions
- Known limitations
- Update this main README if necessary
See requirements.txt
for the full list of dependencies. Note that some subdirectories may have their own specific requirements.
For questions about specific implementations, contact the respective developer or refer to the subdirectory's documentation.