brainandforce / Electrum.jl

A Julian toolkit for solid-state chemical theory.
MIT License
31 stars 0 forks source link

Package rename from Xtal.jl to Electrum.jl #138

Closed brainandforce closed 1 year ago

brainandforce commented 1 year ago

So far, this PR only changes the name of the package from Xtal.jl to Electrum.jl. What it does not do is change the URL names from https://github.com/brainandforce/Xtal.jl to https://github.com/brainandforce/Electrum.jl.

Julia code that depends on the Xtal.jl name (primarily using statements) can be fixed with a minimal change: using Xtal becomes using Electrum as Xtal. AFAIK this works on Julia 1.6 and above, and 1.6 is the earliest version Xtal.jl supports.

When the repo URL changes, you should be able to fix your fetch/push settings with the following command:

$ git remote set-url origin git@github.com:brainandforce/Electrum.jl.git