But julia must be installed on the machine. Julia is not a necessary dependency (the calculator will work anyway) but it may be very slow for computing energies of big systems. If you are not using ...
├── src/ │ ├── retrieval/ # Boolean ops, query parser, proximity evaluation │ ├── services/ # Index lifecycle and query execution (shared by CLI + API) │ ├── inverted_index.py │ ├── ...