Skip to content

Commit

Permalink
Update repository links in README and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Jan 21, 2024
1 parent f422fa4 commit c906ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sum_dirac_dfcoef : SUMMARIZE DIRAC DFCOEF COEFFICIENTS

[![sum_dirac_dfcoef_test](https://github.com/kohei-noda-qcrg/sum_dirac_dfcoef/actions/workflows/test.yml/badge.svg)](https://github.com/kohei-noda-qcrg/sum_dirac_dfcoef/actions/workflows/test.yml)
[![sum_dirac_dfcoef_test](https://github.com/RQC-HU/sum_dirac_dfcoef/actions/workflows/test.yml/badge.svg)](https://github.com/RQC-HU/sum_dirac_dfcoef/actions/workflows/test.yml)

This program provides a utility to summarize the contribution of each atomic orbital per molecular orbital from the [DIRAC](http://diracprogram.org/doku.php) output file that the [*PRIVEC and .VECPRI options](http://www.diracprogram.org/doc/release-22/manual/analyze/privec.html) are used.

Expand Down
2 changes: 1 addition & 1 deletion src/sum_dirac_dfcoef/privec_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def check_start_vector_print(self, words: List[str]) -> bool:
return False

def check_end_vector_print(self, words: List[str]) -> bool:
# https://github.com/kohei-noda-qcrg/summarize_dirac_dfcoef_coefficients/issues/7#issuecomment-1377969626
# https://github.com/RQC-HU/sum_dirac_dfcoef/issues/7#issuecomment-1377969626
if len(words) >= 2 and self.stage == STAGE.WAIT_END_READING_COEF:
return True
return False
Expand Down

0 comments on commit c906ca8

Please sign in to comment.