update URLs from http:// to https://

This commit is contained in:
Axel Kohlmeyer
2020-10-21 17:04:23 -04:00
parent a914a3aac2
commit f8bf4989f4
34 changed files with 34 additions and 34 deletions

View File

@ -57,7 +57,7 @@ static const char cite_filter_corotate[] =
" Doi = {https://doi.org/10.1016/j.jcp.2016.12.024},\n"
" ISSN = {0021-9991},\n"
" Keywords = {Mollified impulse method},\n"
" Url = {http://www.sciencedirect.com/science/article/pii/S0021999116306787}\n"
" Url = {https://www.sciencedirect.com/science/article/pii/S0021999116306787}\n"
"}\n\n";
/* ---------------------------------------------------------------------- */

View File

@ -40,7 +40,7 @@ using namespace FixConst;
* Ceriotti, M., More, J., & Manolopoulos, D. E. (2014).
* i-PI: A Python interface for ab initio path integral molecular dynamics simulations.
* Computer Physics Communications, 185, 10191026. doi:10.1016/j.cpc.2013.10.027
* And see [http://github.com/i-pi/i-pi] to download a version of i-PI
* And see [https://github.com/i-pi/i-pi] to download a version of i-PI
******************************************************************************************/
// socket interface

View File

@ -36,7 +36,7 @@ static const char cite_fix_rhok[] =
"title = {Direct calculation of the solid-liquid Gibbs free energy difference in a single equilibrium simulation},\n"
"volume = {139},\n"
"number = {10},\n"
"url = {http://aip.scitation.org/doi/10.1063/1.4818747},\n"
"url = {https://aip.scitation.org/doi/10.1063/1.4818747},\n"
"doi = {10.1063/1.4818747},\n"
"urldate = {2017-10-03},\n"
"journal = {J. Chem. Phys.},\n"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_bond_orders_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_bonds_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_forces_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_hydrogen_bonds_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_init_md_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_multi_body_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "pair_reaxc_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_torsion_angles_omp.h"

View File

@ -23,7 +23,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_valence_angles_omp.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_allocate.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_bond_orders.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_bonds.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_control.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_ffield.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_forces.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_hydrogen_bonds.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_init_md.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_io_tools.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_list.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_lookup.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_multi_body.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_nonbonded.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_reset_tools.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_system_props.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_tool_box.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_torsion_angles.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_traj.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_valence_angles.h"

View File

@ -21,7 +21,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
----------------------------------------------------------------------*/
#include "reaxc_vector.h"

View File

@ -35,7 +35,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details:
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.
------------------------------------------------------------------------- */
#include "pair_smtbq.h"

View File

@ -51,7 +51,7 @@ satisfy this are
14 9 3 7 17 3
Well, "9 15 3 18 27 15" didn't quite get 32 bits diffing
for "differ" defined as + with a one-bit base and a two-bit delta. I
used http://burtleburtle.net/bob/hash/avalanche.html to choose
used https://burtleburtle.net/bob/hash/avalanche.html to choose
the operations, constants, and arrangements of the variables.
This does not achieve avalanche. There are input bits of (a,b,c)