Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package setup #1

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Package setup #1

merged 3 commits into from
Nov 26, 2024

Conversation

mtfishman
Copy link
Member

@mtfishman mtfishman commented Nov 26, 2024

This makes the package installable and also adds CI, a docs template, etc.

It also demonstrates the output of ITensorPkgSkeleton.jl for an existing package. This PR is basically just the output of executing:

julia> using ITensorPkgSkeleton: ITensorPkgSkeleton

julia> ITensorPkgSkeleton.generate("LabelledNumbers"; ignore_templates=["src", "test"])

and also editing some test code to remove references to NDTensors, adding dependencies to the Project.toml generated by ITensorPkgSkeleton.generate, etc.

To-do (maybe left for a future PR):

@mtfishman mtfishman merged commit a086692 into main Nov 26, 2024
10 checks passed
@mtfishman mtfishman deleted the setup branch November 26, 2024 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant