diff --git a/src/RPA/linear_response.f90 b/src/LR/linear_response.f90 similarity index 100% rename from src/RPA/linear_response.f90 rename to src/LR/linear_response.f90 diff --git a/src/RPA/linear_response_A_matrix.f90 b/src/LR/linear_response_A_matrix.f90 similarity index 100% rename from src/RPA/linear_response_A_matrix.f90 rename to src/LR/linear_response_A_matrix.f90 diff --git a/src/RPA/linear_response_B_matrix.f90 b/src/LR/linear_response_B_matrix.f90 similarity index 100% rename from src/RPA/linear_response_B_matrix.f90 rename to src/LR/linear_response_B_matrix.f90 diff --git a/src/RPA/linear_response_B_pp.f90 b/src/LR/linear_response_B_pp.f90 similarity index 100% rename from src/RPA/linear_response_B_pp.f90 rename to src/LR/linear_response_B_pp.f90 diff --git a/src/RPA/linear_response_C_pp.f90 b/src/LR/linear_response_C_pp.f90 similarity index 100% rename from src/RPA/linear_response_C_pp.f90 rename to src/LR/linear_response_C_pp.f90 diff --git a/src/RPA/linear_response_D_pp.f90 b/src/LR/linear_response_D_pp.f90 similarity index 100% rename from src/RPA/linear_response_D_pp.f90 rename to src/LR/linear_response_D_pp.f90 diff --git a/src/RPA/linear_response_ph.f90 b/src/LR/linear_response_ph.f90 similarity index 100% rename from src/RPA/linear_response_ph.f90 rename to src/LR/linear_response_ph.f90 diff --git a/src/RPA/linear_response_pp.f90 b/src/LR/linear_response_pp.f90 similarity index 100% rename from src/RPA/linear_response_pp.f90 rename to src/LR/linear_response_pp.f90 diff --git a/src/LR/obj/.gitignore b/src/LR/obj/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/src/RPA/print_transition_vectors.f90 b/src/LR/print_transition_vectors.f90 similarity index 100% rename from src/RPA/print_transition_vectors.f90 rename to src/LR/print_transition_vectors.f90 diff --git a/src/RPA/print_unrestricted_transition_vectors.f90 b/src/LR/print_unrestricted_transition_vectors.f90 similarity index 100% rename from src/RPA/print_unrestricted_transition_vectors.f90 rename to src/LR/print_unrestricted_transition_vectors.f90 diff --git a/src/RPA/unrestricted_linear_response.f90 b/src/LR/unrestricted_linear_response.f90 similarity index 100% rename from src/RPA/unrestricted_linear_response.f90 rename to src/LR/unrestricted_linear_response.f90 diff --git a/src/RPA/unrestricted_linear_response_A_matrix.f90 b/src/LR/unrestricted_linear_response_A_matrix.f90 similarity index 100% rename from src/RPA/unrestricted_linear_response_A_matrix.f90 rename to src/LR/unrestricted_linear_response_A_matrix.f90 diff --git a/src/RPA/unrestricted_linear_response_B_matrix.f90 b/src/LR/unrestricted_linear_response_B_matrix.f90 similarity index 100% rename from src/RPA/unrestricted_linear_response_B_matrix.f90 rename to src/LR/unrestricted_linear_response_B_matrix.f90