### Describe the bug ``` template <typename TK, typename TR> std::vector<std::vector<TK>> DensityMatrix<TK, TR>::get_DMK_vector() const { return this->_DMK; } ``` ### Expected behavior The return should be a reference! Please fix it ASAP. ### To Reproduce _No response_ ### Environment _No response_ ### Additional Context _No response_ ### Task list for Issue attackers (only for developers) - [ ] Verify the issue is not a duplicate. - [ ] Describe the bug. - [ ] Steps to reproduce. - [ ] Expected behavior. - [ ] Error message. - [ ] Environment details. - [ ] Additional context. - [ ] Assign a priority level (low, medium, high, urgent). - [ ] Assign the issue to a team member. - [ ] Label the issue with relevant tags. - [ ] Identify possible related issues. - [ ] Create a unit test or automated test to reproduce the bug (if applicable). - [ ] Fix the bug. - [ ] Test the fix. - [ ] Update documentation (if necessary). - [ ] Close the issue and inform the reporter (if applicable).
Describe the bug
Expected behavior
The return should be a reference!
Please fix it ASAP.
To Reproduce
No response
Environment
No response
Additional Context
No response
Task list for Issue attackers (only for developers)